Cause: buildOutput.apkData must not be null

后端 未结 28 1589
再見小時候
再見小時候 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条回答
  •  萌比男神i
    2020-12-07 12:16

    This issue is happens usually when you are running multiple android studio window with different projects.

    The solution is

    • choose project than delete .gradle and build folders
    • than clean and rebuild the project.

    please ref screen shot attached

提交回复
热议问题