[TIMOB-7292] Android: KS - Cannot install KS to Kindle Fire
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Won't Fix |
Resolution Date | 2012-02-09T23:30:15.000+0000 |
Affected Version/s | Release 2.0.0 |
Fix Version/s | n/a |
Components | Android |
Labels | qe-and011912, qe-nfc |
Reporter | Wilson Luu |
Assignee | Marshall Culpepper |
Created | 2012-01-19T11:19:44.000+0000 |
Updated | 2012-02-09T23:30:15.000+0000 |
Description
Steps to reproduce:
1. Pull latest KS from titanium_mobile master branch
2. Install KS to Kindle Fire from TiStudio
Actual: Missing shared library error message appear in the console:
[ERROR] Failed installing com.appcelerator.titanium: pkg: /data/local/tmp/app.apk
Failure [INSTALL_FAILED_MISSING_SHARED_LIBRARY]
Expected: Should be able to install KS to Kindle Fire
This also occurs with Nook Color with the same environment as in the ticket
KitchenSink uses our Maps API which requires the Google Maps API be installed on the device you deploy to. The Kindle Fire (and Nook) don't have the Google Maps library installed, and the error reported is the standard error that occurs when you try to install an app with a Maps dependency on a device without Maps. In the meantime, KS-Nook should work on the Kindle Fire.
closing based on Marshalls comments