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.
Asked
Active
Viewed 681 times
1

Sandeep Kumar P K
- 7,412
- 6
- 36
- 40

user1010863
- 145
- 1
- 14
1 Answers
4
- First clean all jars;
- Delete the project;
- Reimport your project;
- 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
-
I did this but when i add the javax.jar again i get the same issue. and i have to use that file – user1010863 Oct 25 '11 at 13:50