最近我已在Ubuntu 16.0 Lts上启动python-for-android。
使用.apk
将我的第一个测试python模块打包到buildozer 0.32
时遇到麻烦。在v0.32之前,我使用v0.35,在该版本中,我收到以下错误:
IOError: [Errno 2] No such file or directory: u'/home/kivy/reyyy/.buildozer/android/platform/build/dists/mainApp/build/outputs/apk/mainApp-debug.apk'
所以我使用kivy和python2.7将v0.35从v0.32转移到v0.32,现在出现了新错误:
collect2: error: ld returned 1 exit status
makefile:416: recipe for target 'python' failed
make: ***[python] Erroe 1
#command failed: ./distributr.sh -m "kivy" -d "main"