###环境安装android
1. Android Studio 2. Gradle
###使用过程当中,SDK更新问题ubuntu
###Fetching android sdk component information超时的解决方案编辑器
1)进入刚安装的Android Studio目录下的bin目录。找到idea.properties文件,用文本编辑器打开。 2)在idea.properties文件末尾添加一行: disable.android.first.run=true ,而后保存文件。
###Android Studio bulid ;Gradle DSL method not found: 'testCompile()'ide
缘由是我本身找了一个testCompile'junit:junit:4.11'加入到依赖中。(报错不能一味的依赖搜索,哎,仍是看日志看到是这个问题的。)