tags:

views:

472

answers:

2

I would like to run APIDemos under platforms\android-1.5\samples directory on Android emulator but i don't know how to do it. Do i need to generate an apk or import sources as an ecplipse project? Thanks

+3  A: 

Simplest way is to import the project sources as an Eclipse project and then run from Eclipse.

tdelev
thanks for your answer.
systempuntoout
A: 

No, I see if we run Android Emulator from Eclipse, it's very slow because Eclipse must call Android Emulator (about 5 minute).

Edit: I found a solution here: http://www.androidfreeware.org/tutorials/how-to-install-apk-files-on-android-device-emulator

anticafe