Page 11 of 19

Re: RAPT - Ren'Py Android Packaging Tool

Posted: Sat Jun 29, 2013 7:28 am
by MadScientist
Hello again^^ I updated RAPT to 6.15.7.0 and when I try to build get this:

BUILD FAILED
K:\rapt-6.15.7.0\android-sdk\tools\ant\build.xml:455: ../market_licensing resolv
e to a path with no project.properties file for project K:\rapt-6.15.7.0\android
-sdk\extras\google\play_apk_expansion\downloader_library

Google Play Licensing Library and Google Play APK expansion library was both installed in SDK. Any suggestions what I can try to do?

Re: RAPT - Ren'Py Android Packaging Tool

Posted: Thu Sep 05, 2013 12:03 am
by leon
Is there a way to implement automatic updating of a game?

Re: RAPT - Ren'Py Android Packaging Tool

Posted: Thu Sep 05, 2013 9:04 am
by PyTom
Automatic updating is taken care of by the various Android app stores. I don't think there's anything we need to do to implement it on our end.

Re: RAPT - Ren'Py Android Packaging Tool

Posted: Thu Sep 05, 2013 10:34 am
by leon
Awesome! Thanks.

Re: RAPT - Ren'Py Android Packaging Tool

Posted: Sat Sep 07, 2013 11:33 pm
by nothingatall
How exactly would I build RAPT itself? (NOT packaging a game). I would like to try an updated version of renpy on android for video support which was added a couple of months ago. (Assuming I didn't miss something and this isn't already in rapt). I am using cygwin and have python 2.7.3 installed. When I tried building it, it complained this:

Code: Select all

_renpy is out of date.
Traceback (most recent call last):
  File "module/setup.py", line 59, in <module>
    sdl + [ 'png', 'z', 'm' ])
  File "/home/User/android/renpy/rapt/renpy/module/setuplib.py", line 226, in cython
    c_fn])
  File "/usr/lib/python2.7/subprocess.py", line 506, in check_call
    retcode = call(*popenargs, **kwargs)
  File "/usr/lib/python2.7/subprocess.py", line 493, in call
    return Popen(*popenargs, **kwargs).wait()
  File "/usr/lib/python2.7/subprocess.py", line 679, in __init__
    errread, errwrite)
  File "/usr/lib/python2.7/subprocess.py", line 1249, in _execute_child
    raise child_exception
OSError: [Errno 2] No such file or directory

Re: RAPT - Ren'Py Android Packaging Tool

Posted: Sun Sep 08, 2013 12:55 am
by PyTom
Um... it's really hard, and requires Linux.

You need to first get set up so you can build Ren'Py on your system.

Then check out rapt, and use git submodule update to grab my fork of python-for-android.

Then you want to grab the android-sdk and android-ndk-r8c and place them into the rapt directory. Update android-sdk to have the android-8 and android-15 sdks, and platform tools.

Then run build_renpy.sh to build the distribution.

Re: RAPT - Ren'Py Android Packaging Tool

Posted: Sun Sep 08, 2013 10:39 am
by nothingatall
Hmm, thought so. I was able to get away with cygwin for stuff like nxengine (cave story).

Re: RAPT - Ren'Py Android Packaging Tool

Posted: Sun Sep 08, 2013 10:57 am
by PyTom
If you'd like, I can just build the new code and post it somewhere. It'll be unoffical, though.

Re: RAPT - Ren'Py Android Packaging Tool

Posted: Sun Sep 08, 2013 1:09 pm
by nothingatall
If you wouldn't mind, I'd appreciate it. :)

Re: RAPT - Ren'Py Android Packaging Tool

Posted: Sun Sep 08, 2013 1:22 pm
by PyTom
Attached.

Re: RAPT - Ren'Py Android Packaging Tool

Posted: Sun Sep 08, 2013 5:56 pm
by nothingatall
Thank you. Hopefully what I'm trying will work.

Re: RAPT - Ren'Py Android Packaging Tool

Posted: Sun Sep 08, 2013 6:02 pm
by PyTom
I'll warn you that the list of codecs android supports is different than that of Desktop Ren'Py. Check out the Android list here:

http://developer.android.com/guide/appe ... rmats.html

Re: RAPT - Ren'Py Android Packaging Tool

Posted: Tue Sep 10, 2013 1:42 pm
by nothingatall
Yeah I suppose I'll have to wait until ffmpeg or similar is added. (stupid matroska videos). Thanks anyway.

Re: RAPT - Ren'Py Android Packaging Tool

Posted: Fri Sep 20, 2013 12:24 am
by Eruku
I get this error while trying to build release
Image

Re: RAPT - Ren'Py Android Packaging Tool

Posted: Tue Oct 01, 2013 8:43 am
by jayroll123
I have a problem in rapt .. Can you please help me .. thanks