Page 1 of 1

pygame to android tutorial error

Posted: Tue Feb 10, 2015 8:28 am
by el_bendino
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:

Code: Select all

android.py build mygame release
It returns:

Code: Select all

The build seems to have failed.
And the error is:

Code: Select all

 ...build.xml:698: null returned: 1
Interestingly, when I try:

Code: Select all

android.py build mygame help
It says the build goes through fine.

Regards,
Chris