Conversion to Dalvik format failed with error 1 - After updating Android SDK & ADT

前端 未结 8 2141
感动是毒
感动是毒 2021-01-13 11:05

After updating SDK and ADT for the latest release, I tried to run my application and Eclipse log the following error:

[- RichReaderDemo] Dx 
UNEXPECTED TOP-L         


        
8条回答
  •  梦毁少年i
    2021-01-13 11:36

    I had a cmd window open in the bin/dexedlibs and when i cd to the parent (bin), that solved the problem for me. So it appears to be very subtle build errors. During a clean, the builder will remove the dexedlib folder, and perhaps that it gets an error during the rmdir will cause this failure also.

提交回复
热议问题