I am not able to optimise my apk that I created using Buildozer. when is use the optimize command:
$ ~/.buildozer/android/platform/android-sdk-20/build-tools/23.0.1/zipalign -v 4 ./bin/Your-App-0.1-release.apk ./bin/Your-App-0.1-release-optimized.apk
its saying bash :
no such file or directory.
plus I don't know which sdk I'm using. my project location is Desktop/mobileapp/bin/TibetanAstroCalendar-0.1-Release-unsigned.apk (I created the release version
and one more question : - from which directory do I need to run the optimize command