pygame to android tutorial error
Posted: Tue Feb 10, 2015 8:28 am
Hey,
I am following along this tutorial to get my pygame up and running on android:
http://pygame.renpy.org/android-packagi ... -your-game
I get most of the way through until I try:
It returns:
And the error is:
Interestingly, when I try:
It says the build goes through fine.
Regards,
Chris
I am following along this tutorial to get my pygame up and running on android:
http://pygame.renpy.org/android-packagi ... -your-game
I get most of the way through until I try:
Code: Select all
android.py build mygame releaseCode: Select all
The build seems to have failed.Code: Select all
...build.xml:698: null returned: 1Code: Select all
android.py build mygame helpRegards,
Chris