【发布时间】:2014-04-19 02:06:15
【问题描述】:
我用 pygame 在 python 中制作了一个小游戏。 我想让游戏可用于 android。 希望有 PGS4A 来解决这个问题
完成配置后,我必须构建它。 所以我只是输入了命令:
python android.py build ~/project/programming/python/gameEngine release install
我最终遇到了这个错误:
BUILD FAILED
/home/turquoisepotato/project/programming/python/pgs4a-0.9.6/android-sdk/tools/ant/build.xml:570: The following error occurred while executing this line:
/home/turquoisepotato/project/programming/python/pgs4a-0.9.6/android-sdk/tools/ant/build.xml:622: The following error occurred while executing this line:
/home/turquoisepotato/project/programming/python/pgs4a-0.9.6/android-sdk/tools/ant/build.xml:658: Execute failed: java.io.IOException: Cannot run program "/home/turquoisepotato/project/programming/python/pgs4a-0.9.6/android-sdk/platform-tools/aapt" (in directory "/home/turquoisepotato/project/programming/python/pgs4a-0.9.6/android-sdk/extras/google/play_licensing/library"): error=2, No such file or directory
我该怎么办。我迷路了。 我正在使用 Crunch bang linux 11。
【问题讨论】: