1

I am getting Conversion to Dalvik format failed with error 1 when I add jaxrpc.jar to my android project. But when I add axis.jar I dont get any issues. Any help will be highly appreciated.

Sandeep Kumar P K
  • 7,412
  • 6
  • 36
  • 40
user1010863
  • 145
  • 1
  • 14

1 Answers1

4
  1. First clean all jars;
  2. Delete the project;
  3. Reimport your project;
  4. Make sure your SDK is right, and project select one SDK version; (This is my way to solve the problem) Right click on your project and select "build-path", next select "add Librarys", and add your private jars; do a clean-build and hopefully the problem is fixed;

see:

Conversion to Dalvik format failed with error 1 with javax/net/SocketFactory.class

znarf
  • 814
  • 2
  • 15
  • 31