As
C:\Users\MM\. Androidstudio3.1\config\options\jdk.table.xml
Idea
C:\Users\MM\. Intellijidea2018.1\config\options\jdk.table.xml
Documentation Tips:
->√show Quick documentaion on mouse move Delay (ms), Settings, Android Studio, change to 200
---So the document shows up fast, seconds
<JDKversion= "2"> <namevalue= "Android API Platform" /> <typevalue= "Android SDK" /> <versionvalue= "Java version "1.8.0_162"" /> <HomePathvalue= "E:/ANDROID-SDK" /> <Roots> <Annotationspath> <Roottype= "Composite"> <RootURL= "jar://$APPLICATION _home_dir$/plugins/android/lib/androidannotations.jar!/"type= "simple" /> </Root> </Annotationspath> <ClassPath> <Roottype= "Composite"> <RootURL= "jar://e:/android-sdk/platforms/android-27/android.jar!/"type= "simple" /> <RootURL= "File://E:/android-sdk/platforms/android-27/data/res"type= "simple" /> </Root> </ClassPath> <Javadocpath> <Roottype= "Composite"> <RootURL= "File://E:/android-sdk/docs/reference"type= "simple" /> </Root> </Javadocpath> <SourcePath> <Roottype= "Composite"> <RootURL= "File://E:/android-sdk/sources/android-27"type= "simple" /> </Root> </SourcePath> </Roots> <additionalJDK= "JDK1.8"SDK= "Android-27" /> </JDK>
The main setup code is as follows two sentences:
<javadocPath> <root type= "composite" > <root url= "File://E:/android-sdk/docs/reference" Type= "Simple"/> </root> </javadocPath> <sourcePath> <root type= " Composite "> <root url=" file://E:/android-sdk/sources/android-27 "type=" simple "/> </root> </sourcePath>
Android Studio has been fetching documentation ...