Installing Pyjnius On Windows
I need to access the bluetooth on Android in my Kivy app. I am trying to setup pyjnius on Windows for developing my app. I downloaded pyjnius from GitHub and tried to setup it up
Solution 1:
You don't need to install pyjnius. If you want to use Kivy on Android, you should use the python-for-android project. P4A already includes pyjnius and Kivy, and has scripts to include other Python modules and to create an APK from your application.
python-for-android also provides a VirtualBox VM, which can make this process much easier for Windows users.
Post a Comment for "Installing Pyjnius On Windows"