-
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? |
Removing the build hint, the app crashes with: |
You might now be experiencing this Did the build hint version 19.8.0 work? |
In 19.8.0 it's the same error. Regarding the reddit solution: I'm using eclipse. In eclipse the latest CodenameOne sees to be version is 6.0.0. Is there any option to update? |
Version 6.0.0 is likely for Ant project builds which are no longer maintained. You need to migrate the project to Maven build and use latest Codename One versions like 7.0.156. Then you can manually add Fullscreen Ads dependency as discussed here When the project is a Maven build, you won't even need to set this build hint. |
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: