Export a Python script to an Android executable (.apk) with Python-For-Android
13:50 26 Apr 2014

i'm trying to export my Python script to an Android executable (.apk) with Python for Android.

http://python-for-android.readthedocs.org/en/latest/toolchain/#how-does-it-work

https://github.com/kivy/python-for-android/

Inside the distribution (dist/default by default), you have a tool named build.py. This is the script that will create the APK for you

I have followed all the steps, but I have a problem : the dist/default folder created doesn't contain any build.py. It's empty.

What's the problem ? How do I resolve it ? Help, please !

android python linux apk