it works now with <uses-sdk android:minSdkVersion="4" />

The value for the "supports-screens" tag are "true" by default (http://
developer.android.com/guide/practices/screens_support.html#attrs) so I
guess it's not mandatory tu use it in the manifest.

thx you !

On Oct 19, 5:50 pm, Daniel Drozdzewski <[email protected]>
wrote:
> On Tue, Oct 19, 2010 at 4:46 PM, Christophe
>
> <[email protected]> wrote:
> > hello,
>
> > I am running my application in the emulator using a high density skin
> > (like WVGA800).
> > However the ressources in my application are loaded from the drawable-
> > mdpi folder instead of drawable-hdpi ...
>
> > what else should I do so that android use the correct folder ?
>
> Make sure you have the following in the manifest:
>
>         <uses-sdk android:minSdkVersion="4" />
>
> AND
>
>         <supports-screens
>             android:smallScreens="true"
>             android:normalScreens="true"
>             android:largeScreens="true"
>             android:anyDensity="true" />
>
> --
> Daniel Drozdzewski

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to