java - How to get source code for android.jar -
i'm not working on android devices, i'd use android java std lib project of mine. i'm extracting android java std lib android adt here:
http://developer.android.com/sdk/index.html
after unzipping bundle, it's in
adt-bundle-windows-x86_64-20130729\sdk\platforms\android-18\android.jar however, when open in intellij, doesn't show source code: methods labelled "compiled code"
is there way source code (in jar or otherwise) android.jar can hook ide can nicely browse source code of standard library? i've dug through sdk download bundle , haven't found anything.
-haoyi
but i'd use android java std lib project of mine
i have no idea why think work, more trying use windows dll on linux.
is there way source code (in jar or otherwise) android.jar can hook ide can nicely browse source code of standard library?
the source code android @ the android open source project. source code android.jar in platform_frameworks_base repo (github mirror), jar output of firmware build.
Comments
Post a Comment