i need my app to support 1.5 and above.

i noticed that if I create my build.xml file using --

c:\tools\android\2.0r3\tools\android update project --name MyProject --
path C:\MyProject --target 2

it complains about my resource directory names "res/drawable-hdpi, res/
drawable-ldpi, etc...  res/layout-large, etc..." saying "invalid
resource directory name".

If I use 1.6r1 tool set
c:\tools\android\1.6r1\tools\android update project --name MyProject --
path C:\MyProject --target 2

Everything works fine.

If I use target 3 (1.6 and above)
c:\tools\android\2.0r3\tools\android update project --name MyProject --
path C:\MyProject --target 3

Everything works fine.

So, do I basically *have* to use 1.6r1 to build for 1.5?  And does
that mean that those special directory names will only work on 1.6 and
above?

tia.

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

Reply via email to