I wrote an Android game using Python and Kivy. I downloaded android-sdk-linuxand added my path to .bashrc. I also cloned a project python-for-androidto create my apk package. But when I write the following command, as indicated in the Kivy manual, I get an error message:
./distubute.sh -m "kivy"
error:
Check build dependencies for Ubuntu
Check enviromnent
No ANDROIDSDK environment set, abort
Why?
This is a picture of mine ./android.shin $android-sdk-linux/tools:

source
share