RE: [android-developers] Re: app2sd - not working

2011-01-11 Thread lloyd
[mailto:android-develop...@googlegroups.com] On Behalf Of Marcin Orlowski Sent: Wednesday, January 05, 2011 6:59 AM To: android-developers@googlegroups.com Subject: Re: [android-developers] Re: app2sd - not working On 5 January 2011 12:51, André pha...@hotmail.com wrote: I followed this tutorial: http

[android-developers] Re: app2sd - not working

2011-01-05 Thread André
I followed this tutorial: http://mobile.tutsplus.com/tutorials/android/move-to-sd-card/ where it says that I don't need to have 8 as the minsdkversion. Doesn't it filter the app so only people with version 8 or greater can download my app? On Jan 5, 12:02 pm, YuviDroid yuvidr...@gmail.com wrote:

Re: [android-developers] Re: app2sd - not working

2011-01-05 Thread YuviDroid
I was talking about targetSdkVersion, not minSdkVersion. The entry in the manifest should look like this: uses-sdk android:minSdkVersion=4 android:targetSdkVersion=8 / Btw on your test phone can you install your app on sdcard? On Wed, Jan 5, 2011 at 12:51 PM, André pha...@hotmail.com wrote: I

Re: [android-developers] Re: app2sd - not working

2011-01-05 Thread Marcin Orlowski
On 5 January 2011 12:51, André pha...@hotmail.com wrote: I followed this tutorial: http://mobile.tutsplus.com/tutorials/android/move-to-sd-card/ where it says that I don't need to have 8 as the minsdkversion. Doesn't it filter the app so only people with version 8 or greater can download my

[android-developers] Re: app2sd - not working

2011-01-05 Thread André
So what could be the problem if I have minsdkversion 4 and put targetversion 8 On Jan 5, 12:59 pm, Marcin Orlowski webnet.andr...@gmail.com wrote: Yes it would filter your app out. android:installLocation does not need target sdk to be 8 or higher. It's safe to have it in Manifest and still

[android-developers] Re: app2sd - not working

2011-01-05 Thread John Gaby
I believe that installing on the SD card is supported only for 2.2 devices (or higher). Your program will install on earlier versions, but it will not install to the SD card. On Jan 5, 6:12 am, André pha...@hotmail.com wrote: So what could be the problem if I have minsdkversion 4 and put

Re: [android-developers] Re: app2sd - not working

2011-01-05 Thread Kostya Vasilyev
05.01.2011 18:47, John Gaby пишет: I believe that installing on the SD card is supported only for 2.2 devices (or higher). It is. http://developer.android.com/guide/appendix/install-location.html Also requires that the app is built with Android SDK 2.2 (at least). -- Kostya Vasilyev -- WiFi