How to move your app to SD card

From Klaus' wiki
Revision as of 19:57, 13 April 2011 by Klaus (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

In the manifest file add this line in the main manifest clause:

	android:installLocation="auto"

The API level has to be greater than or equal to 8, but if you need to build an application for a lower API level keep the lower basic API level in the manifest, but build against at least level 8 in the properties for the project.

Inspired from this page