Adb install failed

后端 未结 3 1388
鱼传尺愫
鱼传尺愫 2021-01-28 04:24

I\'am developing an android app. before this morning everythings ok when i click \'run\' in Android Studio, the IDE will compile my codes and install apk to my devices automatic

3条回答
  •  不要未来只要你来
    2021-01-28 04:43

    Looks like you are trying to install a debug app with adb. Debug APK file is signed with debug Keystore and wont be installed with adb. You need to sign your app. go to link below, generate a Keystore and build your APK file with that Keystore file. guide to sign your app

    Don't lose your Keystore file and passwords and try to protect it because you will need it later for updates.

提交回复
热议问题