0
因此,之前我只是將我的三星Note 4附加到我的電腦上,讓它在開發者模式下,從SDK上傳APK,沒問題。我有LG G5,開發者模式,允許從Google Play商店以外的應用程序安裝,結果?無法通過andriod SDK上傳apk到lg g5
$ adb push C:\Users\me\AndroidStudioProjects\ThisProject\app\build\outputs\apk\app-debug.apk /data/local/tmp/com.this.project
$ adb shell pm install -r "/data/local/tmp/com.this.project"
Error: Could not access the Package Manager. Is the system running?
$ adb shell pm uninstall com.this.project
Unknown failure (Error: Could not access the Package Manager. Is the system running?)
Error while Installing APK
什麼我能做的就是通過電子郵件發送自己的APK,在我的Gmail應用程序在我的手機,下載打開並安裝它,這不是我想調試我的APK的方式。我在這裏錯過了一個設置或配置,只是不確定它是什麼,謝謝。