Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/tshirtman/android_jnius_custom_java
- Owner: tshirtman
- Created: 2021-01-01T20:14:30.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-01T20:17:36.000Z (almost 4 years ago)
- Last Synced: 2024-10-27T07:25:37.919Z (about 2 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.