Actually, I am not working on Android devices, but I would like to use android java std lib for my project. I am extracting android java std lib from android ADT here:
http://developer.android.com/sdk/index.html
After unpacking the beam, he
adt-bundle-windows-x86_64-20130729\sdk\platforms\android-18\android.jar
However, when I open it in Intellij, it does not show any source code: all methods are simply marked as βcompiled codeβ
Is there a way to get the source code (in the bank or otherwise) for android.jar so that I can connect it to the IDE so that I can view the source code of the standard library well? I broke through the sdk download package and did not find anything.
-Haoyi
source share