As we know, the default android.jar only contains stub implementations of 
the SDK classes( throw new RuntimeException("Stub!") ), not the real 
implementations that are found on the devices (or emulator).

However, for some reason, I want to build android.jar, which contains the 
real implementations, just as the binary download from following link: 
http://grepcode.com/snapshot/repository.grepcode.com/java/ext/com.google.android/android/5.1.1_r1
.

I downloaded the binary android-5.1.1_r1.jar from the link, and found the 
jar contains the real implementations. But I can't get the way to build 
such a binary jar, anyone can give some help? Thanks very much.

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/b96ab4a4-3a61-49bb-908a-4c8ac5850f9c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to