I recently updated the Android SDK to 14.0.0
Environment: Ubuntu 10.04, Eclipse Helios.
Project Goal - 8 (Android 2.2)
In my project I use maven. Then I try to build a project, I get the following error: "Error converting to Dalvik format with error 1"
And maven said the following: "Cannot create an APKBuilder null object"
BUT, if I create an Android project without maven - everything is OK.
UPDATE:
The cleaning project doesn't help me
source share