Android Studio 1.0RC4 Gradle build error

后端 未结 3 1480
無奈伤痛
無奈伤痛 2020-12-31 17:17

I just downloaded Android Studio 1.0RC4 and I can\'t build any project, even newly created ones.

The error I got is:

Error:Could not

3条回答
  •  温柔的废话
    2020-12-31 17:41

    you can probably drop the RC-1 in your build.gradle:

    classpath 'com.android.tools.build:gradle:1.0.0'
    

    Here's a checklist of things that have changed recently

    http://tools.android.com/tech-docs/new-build-system/migrating-to-1-0-0

提交回复
热议问题