I'm developing a Android app. MinSDK set for the app when i started the project was 4 and as per that i have all LDPI, MDPI and HDPi related folders .
I'm unable to make it work on an Android 1.5 device(motorola Cliq), It gives me an error message saying "ERROR: Application requires API version 4. Device API version is 3 (Android 1.5)."
NOw, i cant make my app properties to 3 either since it has all the three different(LDPI, HDPI and MDPI ) folders and related files..
What is the best possible solution to make my app compatible for version 1.5 also????
I'm using the Google Api's also in my project.
PLease let me know incase one needs more info!!!!



