Skip to content
Advertisement

Tag: kivy

Kivy on Android, JVM exception occurred: Attempt to invoke virtual method … on a null object reference

We’re trying to access the Android camera in the Kivy app we’re building. We first opted to use plyer but we were getting a ClipData.Item.getUri() error. We ended up trying to follow the details described here: https://github.com/kivy/plyer/issues/500#issuecomment-565532048 Now there seems to be a problem in getting the URI for a file. We have added this in AndroidManifest.tmpl.xml: and this in

Advertisement