Android webservice ERROR “Conversion to Dalvik format failed with error 1”

Possible Duplicate:
Conversion to Dalvik format failed with error 1 Solution?

I have looked for solutions for this but i still get this same error when I clean the project or delete and import it back or restarting the eclipse. Even i have tried "Conversion to Dalvik format failed with error 1" on external JAR this.

Here is what i did at the first place. I have created and android project and tried to put my webservice in it. (wsdl) I have generated the java classes from the wsdl and it gave me some ridiculous errors. I have fixed those errors by simply adding JDK library to the project because I wasnt there.(there were some jars and android(xy)) Now Im having "Conversion to Dalvik format failed with error 1" error and cant fix it.

Any help would be nice. thanks in advance


Right-click your project, and go to Properties-->Build Path. Make sure that you have the JARs necessary for the API target specified in your manifest. Delete anything extraneous.

Next, in the main Eclipse menu, click on Project-->Clean, and select your project from the list.

Let me know how that goes--should help.

链接地址: http://www.djcxy.com/p/74594.html

上一篇: 无法在Eclipse中执行dex:GC超出的开销限制

下一篇: Android web服务错误“转换为Dalvik格式失败,错误1”