0

i have been using android studio for an year now and i know what some classes do but i am just keen to know whats inside those methods in the classes. if I go di that class by pressing Ctrl+click it takes me to class but can't see what is inside the class methods.and google code search has shut down last year.where do i find core android classes?

  • possible duplicate: http://stackoverflow.com/questions/449763/where-can-i-find-android-source-code-online – DeeV Feb 17 '17 at 04:15

2 Answers2

1

In the Android SDK Manager you can download sources. I'm not sure how you get to the SDK manager in Studio because I use Eclipse.

bremen_matt
  • 6,902
  • 7
  • 42
  • 90
0

From here,

Just open the Android SDK Manager and select the Sources for Android SDK of the API level you are trying to support and click Install packages.

Here is a tutorial on how to find and use SDK manager.

Community
  • 1
  • 1
Abhishek Jain
  • 3,562
  • 2
  • 26
  • 44