Search This Blog

Monday, January 18, 2016

install custom apk to android emulator

if you have got an apk out of phonegap and you are wondering how to test it on android device.

export the apk from the build.phonegap.com and run the below command from android studio.

E:\sdk_android\platform-tools>adb.exe install "hello-debug.apk"

No comments:

Post a Comment