windows - Save Android project to run on PC (eclipse) -


is possible convert or export android project eclipse run on pc without emulator (like .exe)?

nope, that's not possible, since android uses dalvik vm wich inbuilt in every emulator. deploying , .apk file in emulator fastest , easiest way when having no device.

the dalvik vm complete environment wich not included (or sth) on windows:

enter image description here


Comments

Popular posts from this blog

How do you change vbulletin's home page to the forums instead of the default (CMS or Activity Stream)? -

c++ - Troubles when compiling phash program -