第12天 android studio
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了第12天 android studio相关的知识,希望对你有一定的参考价值。
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://stackoverflow.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‘
以上是关于第12天 android studio的主要内容,如果未能解决你的问题,请参考以下文章
Android课程---Android Studio使用小技巧:提取方法代码片段
带有片段的 Android Studio 导航抽屉。工具栏隐藏在下一个片段活动或页面中
错误记录Android Studio 编译报错 ( Could not determine java version from ‘11.0.8‘. | Android Studio 降级 )(代码片段