How do I use the features of 2.01, yet still support 1.5 with one apk?
I would like my activity to use some features of 2.01, but i need it to be able to run on 1.5 devices. I understand that the 1.5 devices will not be able to run the 2.01 features and thats fine. But i still want them to be able to use the rest of the activity. I am using Eclipse as my IDE, how do i setup my project correctly? what am i going to have to watch out for? and what the heck does verifyerror mean? See http://developer.android.com/resources/articles/backward-compatibility.html VonC For the VerifyError part, the question Android java.lang.VerifyError? mentions the necessity to run any