My project works fine on my Computer1 (a PC) and then I move to the MAC, both with same versions of the Android Studio (2.3 RC), and I get the error below. Exact same project, no change.
Error:Execution failed for task ':app:transformClassesWithJarMergingForDebug'. com.android.build.api.transform.TransformException: java.util.zip.ZipException: duplicate entry: android/support/v4/view/GestureDetectorCompat$GestureDetectorCompatImpl.class
How to get to use the project from two different machines? I just try to pull the new code from git each time and run the program.
Update: It works on the PC (that's where I created the project). I then commit and push the code to git repo. Then I go to the Mac, and clone the repo to the Mac and then i get their error.