Re-installation failed due to different application signatures

前端 未结 13 1742
自闭症患者
自闭症患者 2020-12-04 16:15

I moved my Android project to a laptop and now I get this when I hit Debug. Sounds like this is a bug? This shouldn\'t happen via Eclipse as far as I know.

R         


        
13条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-04 17:13

    It happens because keystores on your laptop and original pc are different. it's called debug.keystrore and located in %USER_HOME%/.android/ folder. TO be more specific it happens because eclipse tries to push apk with reinstall key. So you have two options

    1. Share debug.keystore between various development pc's
    2. Manually uninstall your apk from device ( using adb )

提交回复
热议问题