Android - How to install signed APK on device?

前端 未结 1 1901
小鲜肉
小鲜肉 2021-02-12 21:27

I\'m in the final stages of preparation for publishing my signed APK to the Android Market. In Google\'s doc\'s they say:

10. Test your compiled and signed appli

1条回答
  •  广开言路
    2021-02-12 22:05

    Try adb install MyApp.apk in a shell from your ./bin folder while the phone is attached to USB.

    If you experience problems due to certificate errors, you should run adb uninstall your.package.id before installing the new package.

    0 讨论(0)
提交回复
热议问题