AndroidStudio 配置系統簽名 完成之后
adb push 到 /system/app 下重啟可以安裝成功
但是帶系統簽名的應用在androidstudio 直接run app的時候就會報錯
Installation did not succeed.
The application could not be installed: INSTALL_FAILED_INVALID_INSTALL_LOCATION
Installation failed due to: 'null'
現在想請教一下如何能在androidstudio 直接運行安裝帶系統簽名的三方應用
uj5u.com熱心網友回復:
應用代碼沒有帶系統簽名這種說法,你查看AndroidManifest.xml,看看是否有android:sharedUserId="android.uid.system",如果帶這個必須用系統簽名才能安裝。如果帶android:sharedUserId="android.uid.system",那么是不能直接除錯運行的,只能簽名后安裝、打LOG。
轉載請註明出處,本文鏈接:https://www.uj5u.com/yidong/10780.html
標籤:Android
上一篇:window下如何除錯蘋果手機
