Error shown when unable to install the app on KindleFire

Asked By 0 points N/A Posted on -
qa-featured

Hi guys,

I added Google maps support and included a reference to the Mono.Android.GoogleMaps assembly while I was updating my app. I gave copies of .apk to beta testers since the app is functional on my Droid X.

One of them who used a Motorola Photon said that he received an error, which is the same with what I got when I was unable to install the app on my Kindle Fire (allowed unknown sources).

 

Mono.AndroidTools.IstallFailedException:Failure

[INSTALL_FAILED_MISSING_SHARED_LIBRARY]
    at Mono.AndroidTools.Internet.AdbOutputParsing.CheckInstallSuccess(String
output, String packageName)
    at
Mono.AndroidTools.AndroidDevice.<>c_DisplayClass24.<InstallPackage>b_23(
Task'1 t)
    at
System.Threading.Tasks.Task'1.<>c_DisplayClass17.<ContinueWith>b_16(Obje
ct obj)
    at System.Threading.Tasks.Task.InnerInvoke()
    at System.Threading.Tasks.Task.Execute()
 
                                                                                  OK

I researched and found out that there is no Google Maps Integration for Kindle Fire or NOOK. Even though unnecessary, I created “location” permissions. I had another error message after I made an AVD for Kindle Fire per the Amazon and attempted to deploy a debug build.

Can anyone help me?

Thanks for this.

SHARE
Best Answer by Calhoun Lady
Answered By 0 points N/A #133879

Error shown when unable to install the app on KindleFire

qa-featured

Hello Corey,

Which operating system are using on Kindle Fire? Also, the problem might be as a result of where you are attempting to download from. Google as well as Amazon control the downloads to various devices but in case you can give that information, it will be a little easy to assess your issue.

Regards,

Nicke

Best Answer
Best Answer
Answered By 0 points N/A #133880

Error shown when unable to install the app on KindleFire

qa-featured

Hi Corey Joel ;

There's actually no Google Maps integration on Kindle Fire. And even if you copy .apk files of the app from an other device it won't work on your Kindle. My advise for you is to never try to copy .apk files and try an installation, I recommend to only download apps from Google Play Store or Amazon Store as it only provide apps that are fully compatible with your device. You can try other mapping apps such as OpenStreetMap by Skobbler.

Related Questions