Andeoid 學習1:(環境安裝)

###環境安裝android

1. Android Studio 
 2. Gradle

###使用過程當中,SDK更新問題ubuntu

  1. 配置東軟信息學院的 Android SDK 鏡像 mirrors.neusoft.edu.cn和80
  2. 配置北京化工大學的Android SDK 鏡像 IPV4:ubuntu.buct.edu.cn IPV4:ubuntu.buct.cn IPV6:ubuntu.buct6.edu.cn port:80

###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'加入到依賴中。(報錯不能一味的依賴搜索,哎,仍是看日誌看到是這個問題的。)
相關文章
相關標籤/搜索