android - How does IDEA automatically install the Android apk package to the simulator for debugging?
PHPz
PHPz 2017-05-16 13:32:10
0
3
985

I clicked on the green triangle, but I just opened the simulator and the installation package was not automatically installed! !

repair:

Supplement:
First of all, I have to execute the following command separately

$ adb push E:\ReactNative\ReactNativeOne1\android\app\build\outputs\apk\app-debug.apk /data/local/tmp/com.reactnativeone
$ adb shell pm install -r "/data/local/tmp/com.reactnativeone"
PHPz
PHPz

学习是最好的投资!

reply all(3)
洪涛

You need to wait a little longer

滿天的星座

Let the bullets fly for a while and be patient.

習慣沉默

After the emulator starts, clicking the button should automatically install the application and open it

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template