Associate android source code with eclipseandroid source code in eclipse
1. Package the source code into jar:
1. Create a java Project
2. source code file to be packaged by import
3. export: Select java> jar file. The output path is selected here.
2 add source code Association:
1. Right-click the project-> java build path in properties-> libraries, select the jar package to be associated, and select source attachment.
2 edit-> select the jar file you just packaged
3 completed
How to associate android sdk source code in eclipse
Operation:
1. Press ctrl and left-click an android class, such as Activity.
2. Click the associated source code on the pop-up page.
3. in the pop-up dialog box, select the following single-choice button and select the folder, path: E: \ developfile \ android \ android64 \ androidTool \ android-sdk-windows \ sources \ android-16
4. OK!
How to associate android sdk source code in eclipse