Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 384 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 384 Bytes

SimpleJnius

Access third party Android Java libraries in Python

Installation

# for code completion
pip install simplejnius

# For buildozer android
requirements=simplejnius

# Optionally add java third-party sdk if actually imported in your python code
android.gradle_dependencies=com.google.guava:guava:32.0.1-android,
  org.reactivestreams:reactive-streams:1.0.4