Upload new APK to Alpha - failed

后端 未结 8 1569
忘掉有多难
忘掉有多难 2020-12-04 12:01

Upload new APK to Alpha

Upload failed

You uploaded an APK with an invalid signature (learn more about signing). Error from

8条回答
  •  情深已故
    2020-12-04 12:24

    Make sure you're using the right certificate key file and follow these steps in Android Studio:

    1. Click Build -> Clean Project
    2. Click Build -> Generate Signed Bundle / APK
    3. Follow the steps and make sure you've selected both options in "Signature Versions" (V1 - Jar Signature and V2 - Full APK Signature)

    That should work!

提交回复
热议问题