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

后端 未结 6 827
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:32

    This issue happens after update my Android studio v3.4 to v3.5 Now, it is working fine

    I fixed this issue by deleting debug/output.json and release/output.json files
    otherwise change your apk destination folder path.
    
    Android Studio 3.5
    compilesdkVersion 28
    
    apk generating working
    

提交回复
热议问题