Android IDE (AIDE) Support Forum

Strange invincible compiler bug

It was fifth project that was stopped just because of compiler bugs. I’m… just… REALLY FURIOUS!!

So, I don’t actually know why but compiler is producing invalid dex. I use some annotations in my own library, in previous project everything was just fine with them. Then I created new project, imported my library, implemented small piece of code and started. It worked. Then I did some changes in library and in app, added some links between them. Compiled. Installed. Error while verifying DEX:

Actually I added class FApp in app’s code and made it extend class in library that extends system .Application class. Then added in AndroidManifest link to this class in < application> tag.

One question. W.H.Y. aren’t you use some tested and complete compiler, such as Eclipse compiler…?

Already cleaned cache, rebuilt project and cleaned build dir(both of them) simultaneously

Only when I enabled ProGuard everything worked fine