

Most apps should select preferExternal for the installLocation.
#AMAZON FIRE HD 8 NOT DOWNLOADING APPS INSTALL#
See App Install Location in the Android documentation for more information. dex files, and extracted native code are stored on internal storage.
#AMAZON FIRE HD 8 NOT DOWNLOADING APPS APK#
Note that even though the APK file is installed on external storage, all databases, private user data, optimized. The user can manually move the app later by selecting it from Settings > Apps & Games > Manage All Applications. However, if internal storage is full, install the app to external storage (assuming external storage is available). Choose this option only for the types of apps described in the next section. The app cannot be manually moved later by the user. If there is not enough room in internal storage, the install will fail. Install the app only to internal storage. If external storage is full, install the app to internal storage (if available). Install your app on external storage when available. The installLocation parameter has several values available: installLocation value In the AndroidManifest.xml of your app, inside the tag, add the installLocation attribute and set its value to preferExternal. Selecting preferExternal helps ensure the greatest user base for your app and a better user experience on Fire devices. As a result, users get prompted with low storage warnings or cannot install the app at all, which leads to user frustration. Some users may have abundant space available in external storage, but if an app's Manifest does not specify preferExternal, the app will be installed internally. If left unspecified, your app will be installed on internal storage. Handling secondary downloads in your appĪs a best practice, most apps should specify preferExternal for the installLocation in the Android Manifest file.Generally, your app should specify external storage as the default install location. Internal storage (using the device's memory)Īlthough older Fire tablets don't have external storage, the newer Fire tablets provide external storage options through memory card slots.The settings in your Android Manifest file determine where your app is installed on Fire devices. Specifying Your App's Installation Location (Fire Tablets) Install and Use the Amazon Web App Tester.Automatically Scale an Element to Fill the Screen.Detect the Device Display Characteristics.Take Screenshots on Fire Devices and Android Tablets.

