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

前端 未结 30 2047
滥情空心
滥情空心 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条回答
  •  萌比男神i
    2020-11-22 15:09

    Start the console (Windows XP), Run -> type cmd, and move to the platform-tools folder of SDK directory.

    In case anyone wondering how to run cmd in platform-tools folder of SDK directory, if you are running a new enough version of Windows, follow the steps:

    1. Go to platform-tools through Windows Explorer.
    2. While holding shift right click and you will find the option "Open Command window here".
    3. Click on it and cmd will start in that folder.

    Hope it helps

提交回复
热议问题