Log cat is 05-11 11:02:12.062: ERROR/PackageManager(52): Package com.my.lib requires unavailable shared library com.my.lib; failing!
On May 10, 3:46 pm, Vinay S <[email protected]> wrote: > Can post the LogCat Output.. > > -Vinay > > On May 10, 12:21 pm, Karteek N <[email protected]> wrote: > > > > > Hi, > > In android manifest file there is a tag to include libraries called > > <uses-library>. > > Suppose if i have some java files in the package hierarchy called > > com.my.lib > > i used the following tag in my manifest file > > <uses-library android:name="com.my.lib" /> > > Now it is compiled successfully. > > But if i want to launch to emulator it is throwing the following error > > [2010-05-10 10:38:18 - MyMusicPlayer] Installing MyMusicPlayer.apk... > > [2010-05-10 10:38:20 - MyMusicPlayer] Installation error: > > INSTALL_FAILED_MISSING_SHARED_LIBRARY > > [2010-05-10 10:38:20 - MyMusicPlayer] Please check logcat output for more > > details. > > [2010-05-10 10:38:20 - MyMusicPlayer] Launch canceled! > > And application is not running on emulator. > > Any help please > > > -- > > 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 > > athttp://groups.google.com/group/android-developers?hl=en > > -- > 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 > athttp://groups.google.com/group/android-developers?hl=en -- 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

