Results 1 to 2 of 2

Thread: INSTALL_FAILED_MISSING_SHARED_LIBRARY error, if I try to connect spring libraries

  1. #1

    Default INSTALL_FAILED_MISSING_SHARED_LIBRARY error, if I try to connect spring libraries

    Hi!
    I'm new in Spring for Android.
    I make application with googlemaps.

    I try to connect libraries in manifest file like this:
    <application
    android:icon="@drawable/ic_launcher"
    android:label="@string/app_name"
    android:theme="@style/AppTheme" >
    <uses-library android:name="org.springframework.web.client"/>
    <uses-library android:name="com.google.android.maps"/>


    But emulator returns "Installation error: INSTALL_FAILED_MISSING_SHARED_LIBRARY"

    It's happens when I add org.springframework... library. It's works normal, when I use only android.maps library.

    Why I add org.springframework.web.client in manifest? I got NoClassDefFoundError when I try to create RestTemplate

    Thanks!
    Last edited by Konstantin.Efimenko; Oct 12th, 2012 at 06:28 AM.

  2. #2

    Default

    I solwed the problem. I needn't to add anything at manifest. I need to add labraries in right place.
    Pardon me!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •