My requirement is to reference a modified android.jar into an android project. The new android.jar has some platform specific changes. When I tried to reference it as external jar, I'm getting the following error:
Conversion to Dalvik format failed with error 1
How can I use the new android.jar in my project?