I am also having issues getting a Map Application that I built onto the device. We had downloaded the cupcake source code and seem to get a similar error.
Is there something in the source we should be adding to allow "com.google.android.maps" to be exposed??? On Feb 2, 8:35 pm, John Cola <[email protected]> wrote: > 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 librarycom.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 librarycom.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 -~----------~----~----~----~------~----~------~--~---
