简体   繁体   中英

Android studio build error IllegalArgumentException

I just refactored my project, splitting it up into a few different modules to share some objects with the appengine backend. After moving the objects to the object library module, I'm getting this build error that i'm absolutely stumped on. Seems like it might be an android studio bug?

Error:Execution failed for task ':mobile:preDexDebug'.

> java.lang.IllegalArgumentException: Source /mnt/big/Code/android-studio/MYAPP/mobile/build/intermediates/pre-dexed/debug/support-v4-13.0.0-e69ae2def885a2c3b3652240bc3ee8ea92928893.jar and destination /mnt/big/Code/android-studio/MYAPP/mobile/build/intermediates/pre-dexed/debug/support-v4-13.0.0-e69ae2def885a2c3b3652240bc3ee8ea92928893.jar must be different

清理项目,然后重试

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM