diff --git a/android/README.md b/android/README.md index fd64bd3..051cc03 100644 --- a/android/README.md +++ b/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/) ```