As of April 12th, you must go to Progress SupportLink to create new support cases or to access existing cases. Please, bookmark the SupportLink URL and use the new portal to contact the support team.
I'm using 2.10.5 of Kinvey's android SDK and when compiling it, I get this error:
Error:Error converting bytecode to dex:
Cause: com.android.dex.DexException: Multiple dex files define Lcom/kinvey/android/callback/KinveyUserCallback;
Here is my lib folder:
Dependencies on gradle:
dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) testCompile 'junit:junit:4.12' compile 'com.android.support:appcompat-v7:23.1.1' compile 'com.android.support:design:23.1.1' compile 'com.android.support:cardview-v7:23.1.1' compile 'com.facebook.android:facebook-android-sdk:4.6.0'}
Daniel Gomez
I'm using 2.10.5 of Kinvey's android SDK and when compiling it, I get this error:
Error:Error converting bytecode to dex:
Cause: com.android.dex.DexException: Multiple dex files define Lcom/kinvey/android/callback/KinveyUserCallback;
Here is my lib folder:
Dependencies on gradle: