Has anyone had any luck getting IntelliJ to recognize and display the android java docs?
Has anyone had any luck getting IntelliJ to recognize and display the android java
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It works out of the box since
Android SDKconfiguration in IDEA automatically adds JavaDoc directory intoDocumentation Paths.Make sure you’ve downloaded the SDK completely including the documentation using the SDK Manager. On my system they are located under
SDK_ROOT/docs/referenceand this directory is automatically configured in IDEA Android SDK.