Hi I had to recompile my kernel for some development purpose and after
the recompile the normal .img files from the SDK would not boot up and
gave some errors .

 i have already posted them here
http://groups.google.com/group/android-platform/browse_thread/thread/521797fdef2ce628/b8efe72b76486e82?lnk=gst&q=API+demos#b8efe72b76486e82

and hence i had to use the img files from a recently repo synced code
from master which i had built and then started the emulator .Though
the emulator booted fine i am not able see API demos in there ( which
i need to actually test a part of my code ).

When i tried to individually install API demos pack by getting the
Apidemos.apk from a previous version i am getting this error

$ adb install ApiDemos.apk
675 KB/s (0 bytes in 1977520.002s)
        pkg: /data/local/tmp/ApiDemos.apk
Failure [INSTALL_FAILED_MISSING_SHARED_LIBRARY}

This is what i got on my command prompts since i ran the emulator with
logcat i was able to see the logs from inside and they come from the
Package manger of course


E/PackageManager(  585): Package com.example.android.apis requires
unavailable s
hared library com.google.android.maps; ignoring!
W/PackageManager(  585): Package couldn't be installed in /data/app/
com.example.
android.apis.apk


My question is why is this happening , why wouldn't  API demos be
available? and if i individually want to install Api demos is it
possible for me to get the MISSING_SHARED_LIBRARY it is complaining
about and install that first and then proceed with installing API
demos .

Thanks for your time .

googlekid

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

Reply via email to