How can I get source code of Android Library when using Android Studio?
I have try this,but nothing happened.
apply plugin: 'idea'
idea{
module {
downloadJavadoc = true
downloadSources = true
}
}
How can I get source code of Android Library when using Android Studio?
I have try this,but nothing happened.
apply plugin: 'idea'
idea{
module {
downloadJavadoc = true
downloadSources = true
}
}
You can get all the Android source here.
In the Android Studio, you just need to press control(command in mac) on what function you want to check, it will take you to the source code.