Multiple dex files error when compiling with ant or Eclipse

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

    If you're having issues because of Multiple DEX files

    Remove the entire target folder and build the project again. This won't affect your project cause everything in the target folder is built again.

提交回复
热议问题