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

django - How can I change user group without delete record -

java - Need to add SOAP security token -

java - EclipseLink JPA Object is not a known entity type -