Hi I am having the same problem here: During the jar phase of the core-tests every resource gets added to the root of the jar (you can see this if you run make showcommands core-tests)
jar cf ...... -C dalvik/libcore/luni/src/test/resources hyts_Foo.c -C dalvik/libcore/support/src/test/resources hyts_Foo.c so there are two resources called hyts_Foo.c that get included in the core tests. and booth file are mostly empty. I cam across this when doing a clean/compile in the dalvik folder. Removing one of them solves the problem but will result in the next issue java.util.zip.ZipException: duplicate entry: staff2.dtd so you guessed it: find . -name staff2.dtd ./dalvik/libcore/xml/src/test/resources/staff2.dtd ./dalvik/libcore/dom/src/test/resources/staff2.dtd -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
