[android-developers] Installation error: INSTALL_FAILED_MISSING_SHARED_LIBRARY

2011-06-06 Thread n_hutchi...@yahoo.com
I'm pretty new to Android development and i'm trying to create a
google maps application. i keep getting the following error
Installation error: INSTALL_FAILED_MISSING_SHARED_LIBRARY. I entered
the using library statement in the manifest. I have my api key in my
map view. I've tried to run it on my emulator set up for Google Api
Level 10 with 32MB and on my Cyanogen Mod 7 android version 2.3.3.
I've downloaded everything available in the SDK AVD manager. If i
remove the uses-library android:name=code.google.android.maps /
statement it blows up after it installs. If it's in it won't install.
I've followed every tutorial I could find and can't find anything
different than what i've done. Now I know my phone has got to have the
com.google.android.maps file because I can run Navigation, Places and
Latitude on my device. Why won't my application see the library? Does
anyone have a running example of a google maps app in eclipse they
could send me so I can test to make sure it is not something I forgot
to code. Please help. i'm going nutts!

Nick

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


Re: [android-developers] Installation error: INSTALL_FAILED_MISSING_SHARED_LIBRARY

2011-06-06 Thread Mark Murphy
Make sure your emulator is set up with the Google APIs. In the Android
SDK and AVD Manager, the Target Name column should have Google APIs
(Google Inc.) in it. Otherwise, your emulator does not the Google
Maps add-on.

On Mon, Jun 6, 2011 at 10:10 AM, n_hutchi...@yahoo.com
n_hutchi...@yahoo.com wrote:
 I'm pretty new to Android development and i'm trying to create a
 google maps application. i keep getting the following error
 Installation error: INSTALL_FAILED_MISSING_SHARED_LIBRARY. I entered
 the using library statement in the manifest. I have my api key in my
 map view. I've tried to run it on my emulator set up for Google Api
 Level 10 with 32MB and on my Cyanogen Mod 7 android version 2.3.3.
 I've downloaded everything available in the SDK AVD manager. If i
 remove the uses-library android:name=code.google.android.maps /
 statement it blows up after it installs. If it's in it won't install.
 I've followed every tutorial I could find and can't find anything
 different than what i've done. Now I know my phone has got to have the
 com.google.android.maps file because I can run Navigation, Places and
 Latitude on my device. Why won't my application see the library? Does
 anyone have a running example of a google maps app in eclipse they
 could send me so I can test to make sure it is not something I forgot
 to code. Please help. i'm going nutts!

 Nick

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




-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

_The Busy Coder's Guide to Android Development_ Version 3.6 Available!

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


[android-developers] Installation error: INSTALL_FAILED_MISSING_SHARED_LIBRARY when trying to run the app in device

2011-02-03 Thread Eishita
I'm trying to run an app in my device with OS 2.2. When I'm launching
my app in AVD, it works fine. But I need to run the app as I'm using
GPS and Camera. Whenever I'm trying to launch my app in the device,
it's showing me the following error -

[2011-01-31 17:40:19 - ZibJana] Installation error:
INSTALL_FAILED_MISSING_SHARED_LIBRARY [2011-01-31 17:40:19 - ZibJana]
Please check logcat output for more details. [2011-01-31 17:40:19 -
ZibJana] Launch canceled!

I checked with logcat and it showed me the same thing.

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


[android-developers] Installation error: INSTALL_FAILED_MISSING_SHARED_LIBRARY

2010-06-14 Thread Rahul Garg
Hi All,
   I am trying the MapDemo application, but I am unable to
launch the activity, it is showing following error message :
[2010-06-14 12:11:49 - TryMaps] Installation error:
INSTALL_FAILED_MISSING_SHARED_LIBRARY
[2010-06-14 12:11:49 - TryMaps] Please check logcat output for more
details.
[2010-06-14 12:11:49 - TryMaps] Launch canceled!


I have gone through the previous thread on this error, And I have
already tried following suggestion :
1. Add maps.jar with Google API
2. and also mention the uses-library attribute in manifest file.

But still I am unable to launch the activity, in logcat it is showing
that

package package name requires unavailable shared library
com.google.android.maps ; Ignoring.

Please suggest me some solution.

Regards
Rahul Garg

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


Re: [android-developers] installation error: INSTALL_FAILED_MISSING_SHARED_LIBRARY

2010-01-05 Thread TreKing
Are you using a build target that has the Google Add Ons?

-
TreKing - Chicago transit tracking app for Android-powered devices
http://sites.google.com/site/rezmobileapps/treking


On Tue, Jan 5, 2010 at 12:55 AM, RamaMohan rama.mohan...@gmail.com wrote:

 Hi all,
 I am using HTC Magic (android os 1.5) for my development testing.
 When i try to run any map application it is saying the following
 error.

 
 installation error: INSTALL_FAILED_MISSING_SHARED_LIBRARY

 -
 and after launch is canceled.

 What is the Problem with this.if any one knows answer please send to
 me.

 Thanks in Advance
 Ram

 --
 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.comandroid-developers%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://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 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

[android-developers] installation error: INSTALL_FAILED_MISSING_SHARED_LIBRARY

2010-01-04 Thread RamaMohan
Hi all,
I am using HTC Magic (android os 1.5) for my development testing.
When i try to run any map application it is saying the following
error.

installation error: INSTALL_FAILED_MISSING_SHARED_LIBRARY
-
and after launch is canceled.

What is the Problem with this.if any one knows answer please send to
me.

Thanks in Advance
Ram

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