How to install an apk on the emulator in Android Studio?

后端 未结 13 2066
温柔的废话
温柔的废话 2020-12-02 05:24

How do you install an apk on the emulator in Android Studio from the terminal?

In Eclipse we did

/home/pcname/android-sdks/platform-tools/adb -s em         


        
13条回答
  •  栀梦
    栀梦 (楼主)
    2020-12-02 06:07

    Run simulator -> drag and drop yourApp.apk into simulator screen. Thats all. No commands.

提交回复
热议问题