It is possible to debug an x86 target. I followed the steps at 'Using Eclipse' as you said. I also created my own SDK and Eclipse plugin for my own version of Android. The steps are explained in a document called howto_build_SDK.txt and howto_use_cupcake_sdk.txt.
Debugging is almost the same as debugging an emulator. For connecting adb use: ADBHOST=<ipaddress> adb kill-server then ADBHOST=<ipaddress> adb devices . Hope this helps. On Apr 24, 4:52 am, Chih-Wei <[email protected]> wrote: > Hi, > I just read the doc 'Using Eclipse', successfully build my sample > application and test/debug using Eclipse. > However, I understand it is just for arm architecture. > Is it possible to do the same for x86 target? Any document? > Thank you for your help! --~--~---------~--~----~------------~-------~--~----~ unsubscribe: [email protected] website: http://groups.google.com/group/android-porting -~----------~----~----~----~------~----~------~--~---
