Android Studio 3.5 Cause: buildOutput.apkData must not be null Clean & Rebuild already tried

后端 未结 6 816
Happy的楠姐
Happy的楠姐 2021-02-14 12:33

After I\'ve updated Android Studio 3.4 to 3.5 and wanted to build a Signed APK, however I get the error :

Cause: buildOutput.apkData must not be null Erro

6条回答
  •  野的像风
    2021-02-14 13:08

    option 1 - change the destination folder of the apk generated and generate apk again.

    option 2 - delete the output.json file under release folder and generate apk again.

    It solved my problem. I hope it will help you too.

提交回复
热议问题