You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
using 4.3.3 version of the SDK causes the app to crash on android with the following in the log E/AndroidRuntime( 4048): at com.appcues.AppcuesKt.$r8$lambda$WFI3x3UcjFqKMV6O9Uam_fySFz8(Unknown Source:0) E/AndroidRuntime( 4048): at com.appcues.AppcuesKt$$ExternalSyntheticLambda0.onComplete(D8$$SyntheticClass:0) E/AndroidRuntime( 4048): at com.google.android.gms.tasks.zzi.run(com.google.android.gms:play-services-tasks@@18.1.0:1) E/AndroidRuntime( 4048): at android.os.Handler.handleCallback(Handler.java:959) E/AndroidRuntime( 4048): at android.os.Handler.dispatchMessage(Handler.java:100) E/AndroidRuntime( 4048): at android.os.Looper.loopOnce(Looper.java:232) E/AndroidRuntime( 4048): at android.os.Looper.loop(Looper.java:317) E/AndroidRuntime( 4048): at android.app.ActivityThread.main(ActivityThread.java:8705) E/AndroidRuntime( 4048): at java.lang.reflect.Method.invoke(Native Method) E/AndroidRuntime( 4048): at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:580) E/AndroidRuntime( 4048): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:886)
The text was updated successfully, but these errors were encountered:
I believe you are first time trying to install appcues on your app, this error probably indicates a conflict with some of your other dependencies in some way, or more specifically play-services libraries. we are currently on classpath "com.google.gms:google-services:4.4.1"REF
it could be that some of your other imports use it, you can try to check this if you run ./gradlew build --scan from your app folder, you can search for google dependencies and see if there is any coming from other libraries
using 4.3.3 version of the SDK causes the app to crash on android with the following in the log
E/AndroidRuntime( 4048): at com.appcues.AppcuesKt.$r8$lambda$WFI3x3UcjFqKMV6O9Uam_fySFz8(Unknown Source:0) E/AndroidRuntime( 4048): at com.appcues.AppcuesKt$$ExternalSyntheticLambda0.onComplete(D8$$SyntheticClass:0) E/AndroidRuntime( 4048): at com.google.android.gms.tasks.zzi.run(com.google.android.gms:play-services-tasks@@18.1.0:1) E/AndroidRuntime( 4048): at android.os.Handler.handleCallback(Handler.java:959) E/AndroidRuntime( 4048): at android.os.Handler.dispatchMessage(Handler.java:100) E/AndroidRuntime( 4048): at android.os.Looper.loopOnce(Looper.java:232) E/AndroidRuntime( 4048): at android.os.Looper.loop(Looper.java:317) E/AndroidRuntime( 4048): at android.app.ActivityThread.main(ActivityThread.java:8705) E/AndroidRuntime( 4048): at java.lang.reflect.Method.invoke(Native Method) E/AndroidRuntime( 4048): at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:580) E/AndroidRuntime( 4048): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:886)
The text was updated successfully, but these errors were encountered: