第12天 android studio

时间:2022-09-01 00:05:12

1.

http://jingyan.baidu.com/article/215817f7888dc21eda14230d.html

Gradle DSL method not found:‘android()

删掉最外层的build.gradle中的

android {

compileSdkVersion 19

buildToolsVersion 21.1.1

}

2.

http://*.com/questions/34838748/failed-to-resolve-com-facebook-frescofresco0-8-1

You have to change

compile 'com.facebook.fresco:fresco:0.8.1+'

with

compile 'com.facebook.fresco:fresco:0.8.1'
 

3.

gradle

/Applications/Android Studio.app/Contents/gradle/gradle-2.8

http://blog.csdn.net/u011692041/article/details/51298349