uses-sdk element cannot have a “tools:node” attribute

后端 未结 5 1129
滥情空心
滥情空心 2020-12-28 16:26

I\'ve updated Android Studio last night to 0.9.0, buildToolsVersion to 21.1.0 and gradle to 0.14.0, after that I\'m receiving this error

Error:Executi

5条回答
  •  悲&欢浪女
    2020-12-28 16:44

    The problem has solved after updating the AS to v0.9.1 and Gradle to 0.14.1.

    Thank you guys_

    Update

    The problem appears again!

    Update 2

    Here is a workaround to solve this problem:

    1. Open your project with Android Studio 0.8.14 / Gradle build tools 0.13.2
    2. Build your project.
    3. Switch back to Android Studio 0.9.1 / Gradle build tools 0.14.1
    4. gradlew assembleRelease will work now

提交回复
热议问题