Multiple dex files error when compiling with ant or Eclipse

前端 未结 8 439
猫巷女王i
猫巷女王i 2021-01-12 06:17

I am unable to build my application I am running the latest build tools downloaded today, this started happening after the update.

-dex:
   [dex] Converting          


        
8条回答
  •  心在旅途
    2021-01-12 07:07

    You can:

    • Delete folders <.settings>, , , and files <.classpath>, <.project> and .

    • Delete your project in Eclipse (right button, ) without deleting the source files.

    • Create a new Android project and select from your previous sources.

    • Import external libs, if needed in the build path.

    It should solve this annoying problem.

提交回复
热议问题