The android-sdk version needs Maps, which isn't part of the open-source tree you are trying to run it on, and the system properly complains that it's missing a library.
JBQ On Wed, Feb 4, 2009 at 5:33 PM, RCP2278 <[email protected]> wrote: > > Okay thanks for the response. Do you happen to know if there's a > quick workaround for this that I can do locally in the meantime? > > Anyway, what I'm trying to do is run the latest version of OpenCore > 2.0 through the ApiDemos.apk application. Initially I thought any > ApiDemos.apk would do since I'm assuming the changes were made in the > implementation level only (not the interface) so I attempted to > install an ApiDemos.apk built from the android-sdk samples directory. > Unfortunately that didn't work because it complains about "Failure > [INSTALL_FAILED_MISSING_SHARED_LIBRARY]" when I do adb install to the > latest emulator. I guess that means there were some interface changes > as well and hence the android-sdk version of ApiDemos.apk is not > compatible with the latest emulator build? > > R > > > > > On Feb 4, 5:08 pm, Jean-Baptiste Queru <[email protected]> wrote: >> I'm being told that those are known issues, so you're not the only one >> bumping into them, and that contributions to fix those issues are >> accepted. Oh, and the Maps-related stuff will have to be ripped away >> since it uses APIs that aren't actually part of Android (Maps is a >> proprietary add-on provided by Google). >> >> JBQ >> >> >> >> >> >> On Wed, Feb 4, 2009 at 4:45 PM, RCP2278 <[email protected]> wrote: >> >> > There's actually quite a few errors to list them here. Let me list >> > the errors I see in the AndroidManifest.xml as that is what is >> > probably causing the errors on the other files: >> >> > - No resource identifier found for attribute 'windowSoftInputMode' in >> > package 'android' >> > - No resource identifier found for attribute 'noHistory' in package >> > 'android' >> > - Class com.example.android.apis.app.VoiceRecognition does not exist >> > - Class com.example.android.apis.aview.MapViewDemo does not exist >> > - Class com.example.android.apis.view.MapViewCompassDemo does not >> > exist >> >> > There's also an error in the layout/marquee.xml that is maybe helpful: >> >> > - Error: String types not allowed (at 'ellipsize' with value >> > 'marquee') >> > - No resource identifier found for attribute 'marqueeRepeatLimit' in >> > package 'android' >> >> > R >> >> > On Feb 4, 4:34 pm, Jean-Baptiste Queru <[email protected]> wrote: >> >> It would be a lot more helpful if you actually mentioned which errors >> >> you're getting, so that we can see e.g. if your problem is simply that >> >> apidemos requires maps, which isn't available in the open-source tree. >> >> >> JBQ >> >> >> On Wed, Feb 4, 2009 at 4:31 PM, RCP2278 <[email protected]> wrote: >> >> >> > Hi, >> >> >> > Has anyone encountered issues with building the ApiDemos.apk through >> >> > Eclipse? I have my android source synced on Jan-29-2009. Anyway, I >> >> > launched my Eclipse IDE and created an Android project pointing to / >> >> > development/samples/ApiDemos. When I tried to Run As an Android >> >> > application, it states that there are errors on the project. Looking >> >> > at the project, it appears there are some errors in the >> >> > AndroidManifest.xml file, and hence couldn't build and install the >> >> > application onto the emulator. Can anyone please help? >> >> >> > Thanks. >> >> >> > R >> >> >> -- >> >> Jean-Baptiste M. "JBQ" Queru >> >> Android Engineer, Google.- Hide quoted text - >> >> >> - Show quoted text - >> >> -- >> Jean-Baptiste M. "JBQ" Queru >> Android Engineer, Google.- Hide quoted text - >> >> - Show quoted text - > > > -- Jean-Baptiste M. "JBQ" Queru Android Engineer, Google. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
