Question

When I want to run an app to emulator , eclipse give me this error :

[2014-04-09 11:02:38 - ErsalNazar] Failed to create a Launch config for project 'ErsalNazar': Could not write file: E:\workspace.metadata.plugins\org.eclipse.debug.core.launches.

too show this dialog box sometimes enter image description here

I am sorry for bad Language .

Was it helpful?

Solution

Create a new workspace and copy your project in this new workspace

OTHER TIPS

This can happen when:

  1. You have multiple copies of the Android SDK installed on your machine. You're updating the available images and devices for one SDK, and trying to debug or run your app in another. If using Eclipse, take a look at your "Preferences | Android | SDK Location". Make sure it's the path you expect. If not, change the path to point to where you think the Android SDK is installed.

  2. You don't have an Android device setup in your emulator. For solve this issue check http://techtraveller.blogspot.in/2009/07/android-fixed-unknown-virtual-device.html

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top