Hi everybody,

I'm delevelopping a litle application that use that facebook library
http://restfb.com/

it's a .jar that i have added in my project.

i have added that line too in the manifest:
<uses-library android:name="com.restfb" />

It build everything ok, but the apk fail to install..
[2010-10-16 14:09:08 - tt22] Installing tt22.apk...
[2010-10-16 14:09:30 - tt22] Installation error:
INSTALL_FAILED_MISSING_SHARED_LIBRARY

10-16 12:09:29.767: ERROR/PackageManager(58): Packagexxxx requires
unavailable shared library com.restfb; failing!
10-16 12:09:29.777: WARN/PackageManager(58): Package couldn't be
installed in /xx/xx/xx.apk

so... the virtual device doesn't know where the lib is...


Is there any solution to that?


thanks

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to