Looks like my issue below has been explained (The
FAILED_MISSING_SHARED_LIBRARY issue when loading the ApiDemos.apk to
the latest emulator...)

http://groups.google.com/group/android-framework/browse_thread/thread/96f02e9a535222de



On Feb 4, 3:11 pm, RCP2278 <[email protected]> wrote:
> Okay, I think I'm getting close, but not quite there yet--
>
> Followed your steps below and I got the emulator to launch (using the
> one located in out/host/linux-x86/bin/emulator).  But now I'm having
> issues when trying to launch ApiDemos so I can test the media
> playback.  The following are what I did:
>
> Approach 1:
> =========
>
> 1) Modify MediaPlayerDemo_Video.java from development/samples/ApiDemos/
> src/com/example/android/apis/media/ and supplied the path to the media
> I want to do a local playback with
>
> 2) cd to <android-root> then run make (apparently running 'make -f
> Android.mk' from ApiDemos directory doesn't work to build the apk file
> (???))
>
> 3) I was expecting an ApiDemos.apk to get built, but it didn't and
> couldn't locate it when I ran the 'find' command.  Instead, after
> looking at the make output, it appears an apk is created in "out/
> target/product/generic/obj/APPS/ApiDemos_intermediates/package.apk"
> instead.  Is this the ApiDemos.apk?  I'm not sure but I have nothing
> to lose....
>
> 4) Launched emulator (-wipe-data to be sure)
>
> 5) Run adb install on package.apk
>
> I got the following error instead:
>
> 912 KB/s (1970610 bytes in 2.108s)
>         pkg: /data/local/tmp/package.apk
> Failure [INSTALL_FAILED_MISSING_SHARED_LIBRARY]
>

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to