When u debug your Android application in eclipse on win32 u may be see exception as following:
- Start the Android SDK Manager from start menu of your windows
- In the SDK Manager, go to the "Virtual devices" page and click "New" to create a new device. Make sure you create a "Target" API that is within the range of the API's that your app supports. (Check Snapshot [not recommend])
- Once the Android Virtual Device (AVD) is created click "Start" to start it.
- Wait until the AVD is fully started, then goto Eclipse
- In Eclipse create a "Run configuration" for your app (if you do not have it already). In the run configuration make sure you select the device you've just created. Run your "run configuration".
- And be happy :)
No comments:
Post a Comment