Cause: buildOutput.apkData must not be null

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

    The solution :-

    1- Build -> Clean Project didn't help

    2-Build -> Make Project didn't help

    3- restart android studio didn't help

    4- Manually remove Build folder from app and project didn't help

    the only solution for me was to remove all old builds from destination folder

提交回复
热议问题