-
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
Cannot call instance method 'addContentView' on class 'org/kivy/android/PythonActivity' #116
Comments
I also have the same problem. |
Same error happened to me.. : [INFO ] [KivMob ] init called. |
Will try to find some time to look into this, it may be that these methods have changed or are no longer supported. |
Any solution found? |
Not at the moment, haven't been able to make time for this project as of recently. Will try to make time this weekend. |
Through trial and error I was able to make KivMob working in my app. Basically all I had to do was change line 261 ( Problem seems to be related only to the banner, other ads work for me without any modifications. |
Greetings, |
According to this the commands work. The problem I was talking about could depend upon having an Admob account linked to the app. May someone please confirm it? |
If someone is interested I have created an Admod account, and now the error messages disappeared. Unfortunately the banners still don't work, but at this point I don't know if this depend on the application itself or on the admod account (which settings seems incredibly difficult to me) |
Hi,
I try to integrate my Kivy app with AdMob using KivMob, however so far I'm not able even to successfully run demo app. Application runs, but no ads are shown and following error is thrown in logcat:
There's one thing I had to change in buildozer.spec - I updated android.ndk version to 23. For 19b buildozer immediately crashes with error:
[ERROR]: Build failed: The minimum supported NDK version is 23. You can download it from https://developer.android.com/ndk/downloads/.
Can this be the reason?
The text was updated successfully, but these errors were encountered: