What is the “Ignoring InnerClasses attribute” warning output during compilation?

前端 未结 4 778
野性不改
野性不改 2020-11-28 12:02

I am new to Android and am using the Ical4j library for parsing ICS (Outlook calendar) files.

However, when I build my application in Eclipse, the follo

4条回答
  •  -上瘾入骨i
    2020-11-28 12:31

    I had the same error when using ksoap2 library.

    To get rid of it I downloaded DJ Java Decompiler to decompile the .jar file to .java files. After that i compiled the .java files to a .jar file using eclipse.

提交回复
热议问题