Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tshirtman/android_jnius_custom_java

An example of using custom java code in a Python For Android application built with Buildozer.
https://github.com/tshirtman/android_jnius_custom_java

Last synced: about 1 month ago
JSON representation

An example of using custom java code in a Python For Android application built with Buildozer.

Awesome Lists containing this project

README

        

### Custom java code in Kivy/P4A app built with buildozer

To test the app on desktop (before building for android), you can run.

```sh
ant all
python app/main.py
```

To test on android, make sure you have buildozer installed and functionnal and run.

```sh
buildozer android debug deploy run logcat
```

This repository uses github actions to produce an apk you can download and run.