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

前端 未结 30 2075
滥情空心
滥情空心 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:19

    Follow the steps :

    1. make sure you have allowed installation from unknown sources in settings.
    2. Use the Android Device Monitor to copy the APK to the sdcard.
    3. Use the builtin browser in Android to navigate to file:///sdcard/apk-name.apk
    4. When the notification "Download complete" appears, click it.

提交回复
热议问题