lyft-android-sdk icon indicating copy to clipboard operation
lyft-android-sdk copied to clipboard

Lyft Android SDK integration issue

Open anil-k-s opened this issue 7 years ago • 2 comments

I am integrating Lyft android SDK in my android app, using instruction given in below page

https://github.com/lyft/lyft-android-sdk

But I am getting below error while running app on mobile device:-

FAILURE: Build failed with an exception.

•What went wrong: Execution failed for task ':app:transformDexArchiveWithExternalLibsDexMergerForDevDebug'.

com.android.builder.dexing.DexArchiveMergerException: Unable to merge dex

•Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

•Get more help at https://help.gradle.org

BUILD FAILED in 3m 33s

I added multiDexEnabled true in default config of app gradle to resolve this issue but it doesn't work.

I am using Android Studio 3.0.1 and gradle 4.1 version.

anil-k-s avatar Feb 23 '18 13:02 anil-k-s

Similarly I am getting More than one file was found with OS independent path 'META-INF/kotlin_module' issue

akshayd83 avatar Jul 06 '18 00:07 akshayd83

are you building in kotlin or "traditional java"?

awahnteh avatar Dec 21 '18 17:12 awahnteh