Android-Studio upgraded from 0.1.9 to 0.2.0 causing gradle build errors now

前端 未结 7 527
粉色の甜心
粉色の甜心 2020-12-02 18:57

My current project had been building with Gradle just fine, since I created it (about a month ago), after acquiring Android-Studio. [I installed some earlier updates to Andr

相关标签:
7条回答
  • 2020-12-02 19:30

    now you can use the last 1.0.0-rc1 this way :

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

    This needs Gradle 2.0 if you don't have it Android Studio will ask you to download it

    0 讨论(0)
提交回复
热议问题