Update README.md

pull/686/head
Sahib 2 years ago committed by GitHub
parent 9b1400c8f6
commit 5178105db2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      android/README.md

@ -12,11 +12,15 @@
### USE PREBUILT PACKAGE FROM RELEASES SECTION
### 3. Using With Python
##### 1) Add the aar from Releases tab or the one generated by you to your projects folder.
##### 2) In Buildozer spec file add jnius to requirements and the aar file.
##### 0) Add SmartExpetion Common and SmartExeption java from (https://github.com/tanersener/smart-exception/releases/tag/v0.2.1)
##### 1) and the aar from Releases tab or the one generated by you to your projects folder.
##### 2) In Buildozer spec file add jnius to requirements and the aar file. (Alongside what you already have)
```
requirements = jnius
android.add_aars = ffmpeg-kit-release.aar
android.add_jars = smart-exception-common-0.2.1.jar, smart-exception-java-0.2.1.jar
```
##### 3) Using Pyjnius, declare the variables in Python (https://pyjnius.readthedocs.io/en/stable/)
```

Loading…
Cancel
Save