Cause: buildOutput.apkData must not be null

后端 未结 28 1612
再見小時候
再見小時候 2020-12-07 12:03

My android application using Kotlin is throwing this exception when I try to Run \'app\' in the emulator o in my cellphone. When I build my project it runs well, with no err

28条回答
  •  情深已故
    2020-12-07 12:20

    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

    Android Studio 3.5 compilesdkVersion 28

    apk generating working

提交回复
热议问题