[android-beginners] Re: This class was probably produced by a broken compiler.

2009-12-07 Thread joebowbeer
In my case, the warnings were avoided by recompiling the included .class files for Java 1.5 compatibility. Compiling for 1.4 or below would always generate warnings. On Nov 30, 1:13 am, CiprianU ch3l...@gmail.com wrote: And if I cannot rebuild the .jar? I have some jars from gdata and I cannot

[android-beginners] Re: This class was probably produced by a broken compiler.

2009-12-07 Thread joebowbeer
I can trigger the Ignoring InnerClasses message by using .class files (in a lib) that were compiled for = 1.4 compatibility. I believe something in the older .class format confuses the dex tool. Workaround: use .class files that are compiled for 1.5+ compatibility. However, I doubt the warning

[android-beginners] Re: This class was probably produced by a broken compiler.

2009-12-02 Thread CiprianU
And if I cannot rebuild the .jar? I have some jars from gdata and I cannot rebuild them, or I don't know how to do it. Can you give me some hints? Thanks a lot. Best Regards, Ciprian. -- You received this message because you are subscribed to the Google Groups Android Beginners group. To post

[android-beginners] Re: This class was probably produced by a broken compiler.

2009-11-29 Thread CiprianU
Hi Guys, Have you fixed this issue? I'm having the exact same thing, I have seen on android dev groups other posts with this kind of error but their solution didn't worked for me, so I'm still searching. Please help me out with this. Best Regards, Ciprian. -- You received this message

Re: [android-beginners] Re: This class was probably produced by a broken compiler.

2009-11-29 Thread Marton Kodok
I've fixed by rebuilding the project, but the error is still there on the other project. Greetings from Romania CiprianU wrote: Hi Guys, Have you fixed this issue? I'm having the exact same thing, I have seen on android dev groups other posts with this kind of error but their solution

[android-beginners] Re: This class was probably produced by a broken compiler.

2009-11-11 Thread Raj
I am having the same issue. I am adding some apache libs to the project and JAX RS libs from java like jsr311-api-1.0.jar Ignoring InnerClasses attribute for an anonymous inner class that doesn't come with an associated EnclosingMethod attribute. Basic question. Can we simply add these libs to