[android-developers] Re: Failure loading drawables on Cupcake/1.5 when building with Froyo/2.2 SDK

2010-08-10 Thread String
I found this warning occurred when I tried to load a resource that wasn't available for the current configuration. In other words, a resource which exists in some subdir of /res, but not one which is applicable to the runtime environment. In my case, it was a locale-specific string resource which

Re: [android-developers] Re: Failure loading drawables on Cupcake/1.5 when building with Froyo/2.2 SDK

2010-08-02 Thread Jenus Dong
Just said Android 2.2 set the resouce of different density resouce directory tailed with v4 defaultly, so you should assure the resource be exsiting in the drawable when runing on 1.5. On Sun, Aug 1, 2010 at 3:45 AM, machambi wrote: > I have the same problem , Application compiled using 2.2 fail

[android-developers] Re: Failure loading drawables on Cupcake/1.5 when building with Froyo/2.2 SDK

2010-07-31 Thread machambi
I have the same problem , Application compiled using 2.2 fails to startup on 1.5. If I change the application settings to compile using 2.1 api, the same app loads ok on 1.5. Have you got any resolution to this problem? On Jul 19, 6:08 pm, Trygve wrote: > I have ported the keyboard from Android

[android-developers] Re: Failure loading drawables on Cupcake/1.5 when building with Froyo/2.2 SDK

2010-07-31 Thread machambi
Have you resolved this issue ? I have the exact same problem . On Jul 19, 6:08 pm, Trygve wrote: > I have ported the keyboard from Android 2.2 to 1.5, because I want to > use it as a base for a keyboard. When I compile the keyboard with SDK > version 2.2 and run the keyboard in an emulator run