nekruz2 / kwaak3

Automatically exported from code.google.com/p/kwaak3
0 stars 0 forks source link

Support installtion to SD card on Froyo #66

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Froyo just added support for installing apps onto the SD card, and big
games like this are a perfect candidate for it. But it's disabled by
default -- each app has to opt into it. You need to build with the new 2.2
SDK and add this new attribute to the manifest:

    android:installLocation="preferExternal" (or "auto")

See: http://developer.android.com/guide/appendix/install-location.html

Original issue reported on code.google.com by Ben.Zib...@gmail.com on 25 May 2010 at 8:50

GoogleCodeExporter commented 8 years ago
If you could do it, would make installation a lot easier. I think we are also 
rather
eager to test this on 2.2 with the new improvements, as it seems quite CPU 
limited on
2.1?

Original comment by adamallc...@gmail.com on 26 May 2010 at 1:41

GoogleCodeExporter commented 8 years ago
I will experiment with Froyo in the near future.

Original comment by thunderb...@gmail.com on 27 May 2010 at 6:50