Closed DarocMike closed 1 month ago
Hello @DarocMike thank you for reaching out to us. We were able to correctly run the demo project of the AdMob extension on the LTS version you are currently using. Probably AdMob isn't the only extension you are using. This error is due to an SDK collision which indicates that you are probably using other GooglePlayServices extensions which probably are not yet updated SDK wise so the SDKs conflict between the 2 versions. We would need a copy of the project to be able to understand the conflicts that might be happening.
How can I best send you the project? Alternatively, I can also list the extensions I have installed: GooglePlayBilling 1.2.0 GooglePlayServices 2.1.4 FirebaseSetup 1.2.2 Firebase Analytics 2.2.3 FirebaseCloudMessaging 2.1.3 LocalNotifications 1.0.1
All of these are official YoYo extensions.
After reading your message, I disabled various extensions to see when the project builds successfully. It turns out that the project builds correctly with the AdMob extension enabled and the FirebaseSetup extensions disabled. The issue I described arises as soon as I enable both the AdMob Extension 1.4.0 and FirebaseSetup 1.2.2. When I disable the FirebaseSetup extension, everything works fine.
I then wanted to download the latest FirebaseSetup extension to check if I could run it alongside the AdMob 1.4.0 extension, but there is no newer version. This means that the project does not build when both the latest AdMob extension and the latest FirebaseSetup extension are included in the project. What should I do next?
A new version will be released that handles the solution for this problem also should close PR #61
Environment:
LTS Early Look version: Runtime 2022.0.3.83, IDE v2022.0.3.71 Android Studio: Jellyfish | 2023.3.1 Patch 2 (June 10, 2024) NDK: 26.3.11579264 (I also tried Android Studio Koala Patch 2 and the corresponding NDK, but still no luck.) Admob Extension version: 1.4.0
I encounter a build failure with the following error:
I've also tried multiple older Admob Extension versions, and only version 1.2.3 works—but only as long as I don't add mediation extensions, which also causes build errors.