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:
Comments
Post a Comment