Issue
I am trying to make my Android AVD run with Eclipse on Ubuntu 12.10. I created the AVD in eclipse, and now it's not running. This is the output error I receive when I run the AVD:
Starting emulator for AVD 'My_android-16' - Failed to start emulator: Cannot run program "/usrdata/Dev/android-sdk-linux//tools/emulator": error=2, No such file or directory
I'm using Ubuntu 12.10, latest Eclipse installed.
What I've done:
- I gave
/tools/emulator chomod 777permissions. cp /usrdata/Dev/android-sdk-linux/tools/emulator /usrdata/Dev/android-sdk-linux
Solution
Run the following command on terminal:
apt-get install ia32-libs
Ref:http://developer.android.com/sdk/installing/index.html#troubleshooting
Answered By - arjoan
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.