0

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?

Pablo Claus
  • 5,886
  • 3
  • 29
  • 38

1 Answers1

0

Add your android.jar file into your "libs" folder of your project and then right click on that file and select the "build path" option then select the "add to build path"

Yash
  • 1,751
  • 13
  • 14