Thursday, 9 August 2012

Android x86 eclipse integration

If you are running with android x86 and want to integrate it with eclipse for executing android programs then follow these steps,

1.       After starting your Virtual Device you will need to integrate it with eclipse.
2.       Now start command prompt.
3.       Go to platform-tools folder of android SDK from command prompt.
4.       Type "adb connect localhost:5555". This command must be executed successfully..
5.       successfully At this time you can see virtual device in your eclipse IDE like "localhost:5555".
6.       If you want to run android project on android x86 then you have to run it on "android device" option from "run configuration".

No comments:

Post a Comment