I just updated to the latest Android SDK Tools, r12.
Now compiling of my current project fails by
UNEXPECTED TOP-LEVEL EXCEPTION: java.lang.IllegalArgumentException:
already added: Lorg/anddev/andengine/audio/BaseAudioEntity;
<= The library is definitely added only once – so this must be a compiling problem.
It also fails finding some standard android themes:
…\res\values\styles.xml:4: error: Error retrieving parent for item:
No resource found that matches the given name
‘@android:style/TextAppearance.Holo.Inverse’.
The paths to the SDK and other included libraries are correct.
Anyone with same issues?
Thank you!
OK I got the compiling issue fixed – this happened because I included an external library (AndEngine) which sources already were existent in the /out folder. After clearing the folder’s contents the project compiled correctly.