Hi all The opensource distribution in 2009, "ApiDemos" and "DevTools" are no longer there in menu list. Using adb to check the LOG. I found following information:
=========================================================================== I/PackageManager( 176): /system/app/Development.apk changed; collecting certs E/PackageManager( 176): Package com.android.development requires unavailable shared library com.google.android.maps; ignoring! I/PackageManager( 176): /data/app/ApiDemos.apk changed; collecting certs E/PackageManager( 176): Package com.example.android.apis requires unavailable shared library com.google.android.maps; ignoring! ============================================================================ It is because in PackageManagerService.java, there is a function to check the certificate called collectCertificatesLI(...), and it result a kind of problem and return false. In the later post, someone said it is becaus of Maps api and there may be some changings in ApiDemos application; however, I don't think so. In opensource distribution in 2008, the ApiDemos contained Maps api as well and can be launched normally. And it fail even I use adb install the old ApiDemos into the 2009 distribution. Hope someone can help me through this. Thanks. Best Regard John --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "android-framework" 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-framework?hl=en -~----------~----~----~----~------~----~------~--~---
