larpon / QtFirebase

An effort to bring Google's Firebase C++ API to Qt + QML
MIT License
284 stars 83 forks source link

Build Failed for Android: Execution failed for task ':transformDexArchiveWithExternalLibsDexMergerForDebug'. #133

Closed piyushverma closed 4 years ago

piyushverma commented 5 years ago

Hello :) I am using QT5.13.1, NDK r20 building default QtFireBase example project and build failed with error as below. Any suggestion ? FAILURE: Build failed with an exception.

larpon commented 5 years ago

@piyushverma hi and welcome 🙂

Please see this comment thread

husninazer commented 5 years ago

@piyushverma I had the same issue with android ndk r20 and sdk 27. Try changing the firebase SDK to v6.1.0. It worked for me.

piyushverma commented 4 years ago

First of all I am really really sorry to not reply on time. I don't know how I missed our notification from github.

And yes changing to sdk to v6.1.0 solved the issue, I will try to use further.

Thank your very much Larpon, Husninazer, for your information.