-
Notifications
You must be signed in to change notification settings - Fork 409
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
App with AdmobFullscreenAd doesn't compile anymore for android #3806
Comments
I reported a similar problem here Admob Fullscreen Ads Dependancy is missing in the Extensions. Is there a temporary solution to add it to the project? |
@lacsap3 can you successfully run this project with AdMobFullScreen in a simulator? From your build error log, InterstitialAd class which is part of AdMobManager is missing. But if the project with AdMobFullScreen runs successfully in a simulator, it should build android app successfully. Also note, according to this you shouldn't use CodeScanner & QRScanner together. |
The APP runs in the simulator without any problems. I have both CodeScanner & QRScanner in, as one is needed for android and the other for ios. |
I tried a bit more and found out that if you increase |
Try version 19.8.0. Why not remove this build hint and let builder to automatically insert the version which is compatible by default? |
My App with AdmobFullscreenAd doesn't compile anymore for android after adding these build hints:
android.newFirebaseMessaging=true
possibly android.playService.ads=22.6.0
I use the CN1Extensions:
I've attached the error log:
error_log.txt
The text was updated successfully, but these errors were encountered: