2017-03-06 53 views
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的方式。我在這裏錯過了一個設置或配置,只是不確定它是什麼,謝謝。

回答

0

好吧,經過大量的頭部劃傷之後,我只是瘋了,我一直在改變手機連接到電腦的方式,從文件傳輸,充電,電源,照片傳輸,當我去照片傳輸它接受了apk,包管理員突然注意到了。奇怪的是,它現在也在關注之前的設置中的SDK。不知道爲什麼,只是很高興它的作品。