[android-developers] smallScreens: No resource identifier

2010-04-20 Thread Pinheiro
Hi! I don't know if this is a bug in Eclipse or something wrong in the SDK. I have a project with a Build Target set to 1.5 and want to support all screen sizes. So, as mentioned in the Dev Guide, I've put in manifest.xml: ... uses-sdk android:minSdkVersion=3 / ... supports-screens

Re: [android-developers] smallScreens: No resource identifier

2010-04-20 Thread Mark Murphy
Pinheiro wrote: Hi! I don't know if this is a bug in Eclipse or something wrong in the SDK. I have a project with a Build Target set to 1.5 and want to support all screen sizes. So, as mentioned in the Dev Guide, I've put in manifest.xml: ... uses-sdk android:minSdkVersion=3 / ...