Android Studio Click on a class to view the source code sometimes the following situations occur
This is not the case in every project, because the project is compiled in different versions, some associated with the source code in the sources, and some do not. Here's a specific workaround: First step: Find the Jdk.table profile
in Windows systems: C:\users{user_name}. AndroidStudio2. 0\config\options\jdk.table.xmllinix System: ~/library/preferences/androidstudiobeta/options/ Jdk.table.xml
Second step: Check the configuration explained, this file <jdk> tag contains a compiled version of the configuration information, such as "black box" is the API 8 version of the configuration information, if the development of the use of API8 as a compilation environment, at this time to view the source code is not seen, because < No specific path is configured in sourcepath>. The third step: find the need to modify the place, such as modify the way OK, restart Studio, you can see the source of the note: want to see which source to configure which path, see the source first to see how much of their project compiled version, and then set
Android Studio Related Source issues