如何在使用Android Studio時獲取Android庫的源代碼?如何在使用Android Studio時獲取Android庫的源代碼?
我試過這個,但什麼都沒有發生。
apply plugin: 'idea'
idea{
module {
downloadJavadoc = true
downloadSources = true
}
}
如何在使用Android Studio時獲取Android庫的源代碼?如何在使用Android Studio時獲取Android庫的源代碼?
我試過這個,但什麼都沒有發生。
apply plugin: 'idea'
idea{
module {
downloadJavadoc = true
downloadSources = true
}
}
你可以得到所有的Android源here。
在Android Studio中,您只需按下control(mac中的命令)關於您要檢查的功能,它會將您帶到源代碼。
https://github.com/android的 –
可能重複[如何讓Android Studio中下載的依賴源和javadoc?](http://stackoverflow.com/questions/17426628/how-to-make -android-studio-download-dependencies-sources-and-javadoc) – corsair992