-
Notifications
You must be signed in to change notification settings - Fork 38
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
'AndroidBridge' object has no attribute '_interstitial' #134
Comments
Hi, Did you make changes to your buildozer.spec file according to KivMob documentation? Especially the Android SDK version part. |
requirements = python3, kivy, android, jnius, https://github.com/MichaelStott/KivMob/archive/refs/heads/master.zip |
I have same issue, everything seems fine in buildozer specs but I got same error. |
Remove ~/.buildozer to start from scratch if you are using linux Install OpenJDK 17 or 11 remove the latest version Upgrade to latest buildozer version, if you haven't already Make change on requirements = replace jnius with pyjnius then try again |
|
linux |
But by july versions <20.0 will be dead disabled. They currently are deprecated. Hi, @mulivham. my friend can you help us with new code for rewarded and interstitial ads for version >20.0 |
Still looking for a solution too, and i've also realize that even people from other cross-platform like Native React are facing the same issue. i'll notify you if i've found some solution , for now 19.8.0 version it's working perfectly with Admob even after they showed me a warning on Google play console |
I m also facing the same issue. On troubleshooting I found that the main reason is at Following is the source code extract of the same file for reference.
I tried with plaving project google-services.json & re-build & run but no success. Hi @kivmob expert team, can u guide what needs to be done to get MobileAds.initialize done. |
Any News, my friend? |
have same problem i try many many thing to do nothing work |
I followed this guide and it worked! All credit goes to this person. https://vucavucalife.com/kivy-trials-and-tribulations-of-integrating-admob-ads-into-an-android-app/ |
Thanks for the insightful link. |
God bless that japanese man, it works! now i'm going to implement this to my app. I've been trying to get this to work for the past two days. Thank you! |
04-09 07:16:50.796 32743 667 I python : [INFO ] [KivMob ] new_interstitial() called.
04-09 07:16:50.803 32743 667 I python : [INFO ] [KivMob ] request_interstitial() called.
04-09 07:16:50.810 32743 667 I python : [INFO ] [KivMob ] show_interstitial() called.
04-09 07:16:50.819 32743 32743 I python : Traceback (most recent call last):
04-09 07:16:50.819 32743 32743 I python : File "/home/qsert/Masaüstü/ads/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/myapp/arm64-v8a/android/runnable.py", line 38, in run
04-09 07:16:50.820 32743 32743 I python : File "/home/qsert/Masaüstü/ads/.buildozer/android/app/kivmob.py", line 271, in new_interstitial
04-09 07:16:50.820 32743 32743 I python : AttributeError: 'AndroidBridge' object has no attribute '_interstitial'
04-09 07:16:50.824 32743 32743 I python : Traceback (most recent call last):
04-09 07:16:50.824 32743 32743 I python : File "/home/qsert/Masaüstü/ads/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/myapp/arm64-v8a/android/runnable.py", line 38, in run
04-09 07:16:50.824 32743 32743 I python : File "/home/qsert/Masaüstü/ads/.buildozer/android/app/kivmob.py", line 275, in request_interstitial
04-09 07:16:50.825 32743 32743 I python : AttributeError: 'AndroidBridge' object has no attribute '_interstitial'
04-09 07:16:50.828 32743 32743 I python : Traceback (most recent call last):
04-09 07:16:50.828 32743 32743 I python : File "/home/qsert/Masaüstü/ads/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/myapp/arm64-v8a/android/runnable.py", line 38, in run
04-09 07:16:50.828 32743 32743 I python : File "/home/qsert/Masaüstü/ads/.buildozer/android/app/kivmob.py", line 279, in _is_interstitial_loaded
04-09 07:16:50.829 32743 32743 I python : AttributeError: 'AndroidBridge' object has no attribute '_interstitial'
The text was updated successfully, but these errors were encountered: