I believe the full solution is:

Target sdk level 8
Minsdk level of 3

have the following resource folders:
drawable/
drawable-hdpi-v4/
drawable-ldpi-v4/

Store all your mdpi drawables inside of drawable. No resource
duplication, no problems.

Does anyone know if there's a problem with this layout? I don't see
why the developer website doesn't just flat out tell people to arrange
their resources that way.

-E

On Jun 12, 12:59 pm, Bo <[email protected]> wrote:
> Did you try changing the name "drawable-mpi" to "drawable"?
>
> I believe that will work
>
> On Jun 12, 8:42 pm, beemer <[email protected]> wrote:
>
>
>
> > Same here. I've spended two hour until I've figured out why my app had
> > stopped working on 1.5
>
> > I'm using three folders drawable-hdpi, drawable-mdpi, and drawable-
> > ldpi. The solution has been to create another folder called drawable-
> > v3 that contains a copy of drawable-mdpi.
>
> > Now I'll try to change the icons on this folder for alias, to save
> > space.
>
> > Another option could be what Xavier Ducrochet commented about moving
> > all resoutces from mdpi to drawable, but not sure if this can affect
> > ldpi and hdpi devices...

-- 
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