recently I update my Android SDK to 14.0.0
Environment: Ubuntu 10.04, Eclipse Helios.
The project target is 8 (Android 2.2)
In my project I use maven. Then I try to build project i get next error: "Conversion to Dalvik format failed with error 1"
And the maven said next: "Cannot create the APKBuilder object null"
BUT, if i create Android project without maven - all OK.
UPDATE:
The cleaning project don't help me