I'm trying to make an Android Dropbox Explorer and use Dropbox Sync API. I used Eclipse to do but after the error message I switched to Android Studio, also an error as following:
- Eclipse: `
[2015-03-23 12:42:24 - Dex Loader] Unable to execute dex: Multiple dex files define Lcom/dropbox/client2/android/AuthActivity$SecurityProvider
`
- A. Studio:
Error: Execution failed for task ':app:dexDebug'.> com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process 'command '/Library/Java/JavaVirtualMachines/jdk1.7.0_51.jdk/Contents/Home/bin/java'' finished with non-zero exit value 2
I don't know how to solve this problem. Every reply would be greatly appreciated.
Many thanks.