[android-developers] Backporting an app to 1.5

2010-04-14 Thread Bob Lee
We initially built our app for 2.1. Now, we're trying to get it working on 1.5. I changed the target to 3 in default.properties, and I copied over the missing ant targets, but now I'm getting an error because drawable-hdpi is an invalid res directory name. It looks like this is switching me to

Re: [android-developers] Backporting an app to 1.5

2010-04-14 Thread Timo Prill
the dpi-specific folders were not available on 1.5. they were introduced in 1.6. you have to stick to the default-drawable-folder called drawable same goes for the layout-folder and other DPI-dependant folders... cheers timo Am 14.04.2010 16:50, schrieb Bob Lee: We initially built our app for