###環境安裝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'加入到依賴中。(報錯不能一味的依賴搜索,哎,仍是看日誌看到是這個問題的。)