Hi, Can any one explain how i can use the "Uses-Library" tag in Android manifest file as i am facing problem in using it. Following is the exact senario what i am doing.
1. Having an external jar file. name it as sample.jar 2. Created one Android application which uses the jar in it. (Added <Uses-Library android:name="sample" /> line in manifest file) 3. Copied the "sample.jar" file to system/framework folder in the device. 4. Trying to install the Android application in the device. Error: "Installation error: INSTALL_FAILED_MISSING_SHARED_LIBRARY" Anything is missing here? Regards, Reddy -- 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

