Cause: buildOutput.apkData must not be null

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

    I have android studio 3.5.1 . For me below steps are worked

    1. File -> Invalidate Caches/Restart
    2. After android studio restarted click on Build -> Clean project
    3. Then Build -> Rebuild Project

提交回复
热议问题