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

前端 未结 8 2120
感动是毒
感动是毒 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条回答
  •  深忆病人
    2021-01-13 11:35

    The solution is:

    1) Delete the project (do no delete project contents from disk).
    2) Delete the .project and .classpath files in the project.
    3) Create new project with the current src (Create project from existing source)

提交回复
热议问题