This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

build Gingerbread with dsp error!

Hi,all.

I get Gingerbread with repo from rowboat ,and when I want compie it ,i input

make TARGET_PRODUCT=beagerboard OMAPES=5.x,

after a while, it complained an error:

 

target Dex:AccountAndSyncSettings

target Dex:ApplicationsProvider

packages/apps/Calculator/src/com/android/calculator2/HistoryAdapter.java:65: cannot access org.xmlpull.v1.XmlPullParser   bad class file: org/xmlpull/v1/XmlPullParser.class(org/xmlpull/v1:XmlPullParser.class)   unable to access file: corrupted zip file   Please remove or make sure it appears in the correct subdirectory of the classpath.               view = mInflater.inflate(R.layout.history_item, parent, false);                               ^   1 error   make: *** [out/target/common/obj/APPS/DeskClock_intermediates/classes-full-debug.jar] Error 41

 It seemed something is wrong when the build system want to find xmlpull, but I can find the source code of xmlpull.

thank you !