Hello
I'm trying to compile an application (specifically its uber Clone example) and this error appears:
Duplicate zip entry [classes.jar: android / support / design / widget / CoordinatorLayout $ Behavior.class]
I was researching some solutions, one of them proposes to use these libraries in gradle
compile 'com.android.support:appcompat-v7:27.1.0'
compile 'com.android.support:support-v4:27.1.0'
compile 'com.android.support:recyclerview-v7:27.1.0'
compile 'com.android.support:design:27.1.0'
compile 'com.android.support:cardview-v7:27.1.0'
Google recently starting breaking up Firebase and Google Play Services. In doing so,
they seem to have pushed a 15.0.2 version of one of the Firebase libraries as a dependency on the other libraries,
even if you're asking for 15.0.0, leading to the conflict you're seeing.
But it does directly in Android Studio, what would be the solution in CodenameOne?