Android-studio 3.4.0-3.4.2 Gradle ERROR: No value has been specified for property 'manifestOutputDirectory'

前端 未结 10 624
情歌与酒
情歌与酒 2021-02-01 13:57

when upgrading to android-studio 3.4.x/gradle build plugin 3.4.x /gradle 5.3 ... wondering if its an issue with the android plugin.

ERROR: No value has been spe         


        
10条回答
  •  攒了一身酷
    2021-02-01 14:23

    This happened to me when I got a new laptop and did a fresh install of Android Studio.

    I solved this by installing the proper Android SDK version that my project targets. Only API 29 was installed on my new machine when doing a fresh install of Android Studio, but my project targets API 28.

    Open the SDK manager and download the proper Android SDK for your app and this error should resolve itself.

提交回复
热议问题