Howdy, I wrote an application using the Android 2.2 SDK (API level 8). It is running well in the emulator, but now I want it to be compatible to Android 1.5+ (API level 3)or Android 1.6+ (API level 4).
The problem is that it crashes in the emulator when I try to run it on these versions.
What is a good approach to make it compatible to these versions? Is there a way to see which classes/methods cause these incompatibility issues?