Android.jar now contains only the public APIs. If you compile against this jar, you are guaranteed your app will run against future versions of Android. As part of the process that removes private APIs from android.jar, the code is stubbed out, because it's never executed so there's no reason to make the SDK much bigger because of it.
The source code of android.jar will soon be open source though :) On Sep 26, 2008 5:59 PM, "Peli" <[EMAIL PROTECTED]> wrote: > 2. How did you manage to do that? Code obfuscation is also an issue > for us. Note that the android.jar file size decreased from over 11 MB to under 3 MB (from SDK 0.9 to SDK 1.0). I also would like to know the code optimizer / obfuscator that can do this :-) Peli PS: Ok, I assume that android.jar is actually not functional anymore, and the "true" android.jar is only in the emulator. On 25 Sep., 13:32, friedger <[EMAIL PROTECTED]> wrote: > Hi, > > I used to have a look at the... --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

