Marlinski / Rumble

Rumble allows the sharing of messages and pictures without relying on the Internet, in a Delay Tolerant Fashion following the Store-Carry and Forward paradigm
http://disruptedsystems.org
GNU General Public License v3.0
298 stars 27 forks source link

build error: :app:dexDebug #46

Closed SimJoSt closed 8 years ago

SimJoSt commented 8 years ago

I've got the following error, while trying to build: https://gist.github.com/SimJoSt/672f8bee7ed27f2ed9b78ffe4a3ecaa1

It appears to be a problem with duplicate libraries (different versions) or with too many libraries overall.

Marlinski commented 8 years ago

which version of android-studio are you running ? It's been a while since I upgraded mine :p

You can take a look at this issue discussion here and update with the results:

http://stackoverflow.com/questions/20989317/multiple-dex-files-define-landroid-support-v4-accessibilityservice-accessibility

Marlinski commented 8 years ago

I just upgraded android-studio which advised me to upgrade gradle, so I did. Can you try now ? (start from a fresh install, remove everything and git clone the project).

SimJoSt commented 8 years ago

I did. No problems at all. Issue is resolved.