How do you install an APK file in the Android emulator?

前端 未结 30 2031
滥情空心
滥情空心 2020-11-22 14:53

I finally managed to obfuscate my Android application, now I want to test it by installing the APK file and running it on the emulator.

30条回答
  •  醉梦人生
    2020-11-22 15:17

    Download the Apk file from net and copy it to platform-tools of your SDK folder, then in command prompt go to that directory an type:

    adb install filename.apk
    

    press enter it will install in few seconds

提交回复
热议问题