Cause: buildOutput.apkData must not be null

后端 未结 28 1455
再見小時候
再見小時候 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:15

    Usually this issue happen on updating android Studio V3.4 to V3.5. Try to delete debug/output.json and release/output.json files.

    Then Try these steps:

    Step 1: Clean Project(Build > Clean Project)

    Step 2: Rebuild Project(Build > Rebuild Project)

提交回复
热议问题