Android教程網
  1. 首頁
  2. Android 技術
  3. Android 手機
  4. Android 系統教程
  5. Android 游戲
 Android教程網 >> Android技術 >> Android開發 >> 高級開發 >> Re-installation failed解決方法

Re-installation failed解決方法

編輯:高級開發

 使用Eclipse+ADT開發調試android軟件時你會發現安裝一個apk文件出錯,出現類似Re-installation failed due to different application signatures.
You must perform a full uninstall of the application. WARNING: This will remove the application data! Please execute 'adb uninstall com.android123.Demo' in a shell.的錯誤,主要原因是ADT插件賦予APK文件debug簽名時數字效驗出錯可能因為ADT版本不同、APK不是這台計算機生產的在模擬器或android手機上,解決的方法可以直接在真機中刪除該程序,重新執行即可,或在shell中直接adb uninstall <package name>後重新安裝。
  1. 上一頁:
  2. 下一頁:
熱門文章
閱讀排行版
Copyright © Android教程網 All Rights Reserved