From 5178105db2128eef515aa81c18eabfcea594ce75 Mon Sep 17 00:00:00 2001 From: Sahib <100060676+Blackysh@users.noreply.github.com> Date: Mon, 27 Feb 2023 20:27:18 +0530 Subject: [PATCH] Update README.md --- android/README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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/) ```