Cause: buildOutput.apkData must not be null

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

    Click Build -> Clean Project

    Then Build -> Make Project

    Tested on gradle 3.5.0-alpha3, -alpha5 and 3.4.0 (project gradle)

    classpath 'com.android.tools.build:gradle:3.5.0-alpha03'
    

提交回复
热议问题