adjust / flutter_sdk

This is the Flutter SDK of
MIT License
58 stars 49 forks source link

Build error on android #75

Closed subsaha-ps closed 2 years ago

subsaha-ps commented 2 years ago

Hi team, I am using Flutter 2.5.0 and Dart 2.14.0, I have added adjust sdk by following all the steps for Android and IOS, for IOS its working fine but for Android, build is generated but crashed as soon as launched on device.

Error: Caused by: java.lang.IllegalStateException: The Crashlytics build ID is missing. This occurs when Crashlytics tooling is absent from your app's build configuration. Please review Crashlytics onboarding instructions and ensure you have a valid Crashlytics account.

uerceg commented 2 years ago

Hi @subsaha-ps,

This error should not be caused by Adjust SDK. Our SDK doesn't have any dependency on Crashlytics nor any Firebase library. Not sure what might be causing this error in your app. Are you using Crashlytics maybe?

uerceg commented 2 years ago

Hi @subsaha-ps,

Any update on this one?