Multiple dex files error when compiling with ant or Eclipse

前端 未结 8 435
猫巷女王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:05

    I was seeing this same problem. If you're using Android Studio, you need to make sure you don't have the 'bin' or 'gen' folders included in any of your projects when you're compiling.

    After removing this I was able to compile successfully

自定义标题
段落格式
字体
字号
代码语言
提交回复
热议问题