RAPT - Ren'Py Android Packaging Tool

In this forum we discuss the future of Ren'Py, both bug fixes and longer-term development. Pre-releases are announced and discussed here.
Message
Author
MadScientist
Newbie
Posts: 3
Joined: Mon Jun 24, 2013 1:03 pm
Contact:

Re: RAPT - Ren'Py Android Packaging Tool

#151 Post 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?

User avatar
leon
Miko-Class Veteran
Posts: 554
Joined: Sun Oct 09, 2011 11:15 pm
Completed: Visual Novel Tycoon, Night at the Hospital, Time Labyrinth, The Buried Moon, Left of Center, Super Otome Quest
Projects: Lemon Project, Porcelain Heart, Dream's Dénouement
Organization: Team ANARKY
Contact:

Re: RAPT - Ren'Py Android Packaging Tool

#152 Post by leon »

Is there a way to implement automatic updating of a game?

User avatar
PyTom
Ren'Py Creator
Posts: 16096
Joined: Mon Feb 02, 2004 10:58 am
Completed: Moonlight Walks
Projects: Ren'Py
IRC Nick: renpytom
Github: renpytom
itch: renpytom
Location: Kings Park, NY
Contact:

Re: RAPT - Ren'Py Android Packaging Tool

#153 Post 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.
Supporting creators since 2004
(When was the last time you backed up your game?)
"Do good work." - Virgil Ivan "Gus" Grissom
Software > Drama • https://www.patreon.com/renpytom

User avatar
leon
Miko-Class Veteran
Posts: 554
Joined: Sun Oct 09, 2011 11:15 pm
Completed: Visual Novel Tycoon, Night at the Hospital, Time Labyrinth, The Buried Moon, Left of Center, Super Otome Quest
Projects: Lemon Project, Porcelain Heart, Dream's Dénouement
Organization: Team ANARKY
Contact:

Re: RAPT - Ren'Py Android Packaging Tool

#154 Post by leon »

Awesome! Thanks.

nothingatall
Newbie
Posts: 5
Joined: Sat Sep 07, 2013 11:26 pm
Contact:

Re: RAPT - Ren'Py Android Packaging Tool

#155 Post 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

User avatar
PyTom
Ren'Py Creator
Posts: 16096
Joined: Mon Feb 02, 2004 10:58 am
Completed: Moonlight Walks
Projects: Ren'Py
IRC Nick: renpytom
Github: renpytom
itch: renpytom
Location: Kings Park, NY
Contact:

Re: RAPT - Ren'Py Android Packaging Tool

#156 Post 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.
Supporting creators since 2004
(When was the last time you backed up your game?)
"Do good work." - Virgil Ivan "Gus" Grissom
Software > Drama • https://www.patreon.com/renpytom

nothingatall
Newbie
Posts: 5
Joined: Sat Sep 07, 2013 11:26 pm
Contact:

Re: RAPT - Ren'Py Android Packaging Tool

#157 Post by nothingatall »

Hmm, thought so. I was able to get away with cygwin for stuff like nxengine (cave story).

User avatar
PyTom
Ren'Py Creator
Posts: 16096
Joined: Mon Feb 02, 2004 10:58 am
Completed: Moonlight Walks
Projects: Ren'Py
IRC Nick: renpytom
Github: renpytom
itch: renpytom
Location: Kings Park, NY
Contact:

Re: RAPT - Ren'Py Android Packaging Tool

#158 Post by PyTom »

If you'd like, I can just build the new code and post it somewhere. It'll be unoffical, though.
Supporting creators since 2004
(When was the last time you backed up your game?)
"Do good work." - Virgil Ivan "Gus" Grissom
Software > Drama • https://www.patreon.com/renpytom

nothingatall
Newbie
Posts: 5
Joined: Sat Sep 07, 2013 11:26 pm
Contact:

Re: RAPT - Ren'Py Android Packaging Tool

#159 Post by nothingatall »

If you wouldn't mind, I'd appreciate it. :)

User avatar
PyTom
Ren'Py Creator
Posts: 16096
Joined: Mon Feb 02, 2004 10:58 am
Completed: Moonlight Walks
Projects: Ren'Py
IRC Nick: renpytom
Github: renpytom
itch: renpytom
Location: Kings Park, NY
Contact:

Re: RAPT - Ren'Py Android Packaging Tool

#160 Post by PyTom »

Attached.
Attachments
rapt-unoffical.zip
(36.22 MiB) Downloaded 76 times
Supporting creators since 2004
(When was the last time you backed up your game?)
"Do good work." - Virgil Ivan "Gus" Grissom
Software > Drama • https://www.patreon.com/renpytom

nothingatall
Newbie
Posts: 5
Joined: Sat Sep 07, 2013 11:26 pm
Contact:

Re: RAPT - Ren'Py Android Packaging Tool

#161 Post by nothingatall »

Thank you. Hopefully what I'm trying will work.

User avatar
PyTom
Ren'Py Creator
Posts: 16096
Joined: Mon Feb 02, 2004 10:58 am
Completed: Moonlight Walks
Projects: Ren'Py
IRC Nick: renpytom
Github: renpytom
itch: renpytom
Location: Kings Park, NY
Contact:

Re: RAPT - Ren'Py Android Packaging Tool

#162 Post 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
Supporting creators since 2004
(When was the last time you backed up your game?)
"Do good work." - Virgil Ivan "Gus" Grissom
Software > Drama • https://www.patreon.com/renpytom

nothingatall
Newbie
Posts: 5
Joined: Sat Sep 07, 2013 11:26 pm
Contact:

Re: RAPT - Ren'Py Android Packaging Tool

#163 Post by nothingatall »

Yeah I suppose I'll have to wait until ffmpeg or similar is added. (stupid matroska videos). Thanks anyway.

User avatar
Eruku
Newbie
Posts: 12
Joined: Thu Feb 09, 2012 10:53 am
Completed: In Reality, Ragnarok: Believe
Projects: VNP Halloween Project, Math Master: Signs of God
Organization: VN Project
Deviantart: wiz-wise
Github: wise-wiz
Skype: lordprasas
Location: Jakarta, Indonesia
Contact:

Re: RAPT - Ren'Py Android Packaging Tool

#164 Post by Eruku »

I get this error while trying to build release
Image

jayroll123
Newbie
Posts: 22
Joined: Tue Jul 02, 2013 9:32 pm
Contact:

Re: RAPT - Ren'Py Android Packaging Tool

#165 Post by jayroll123 »

I have a problem in rapt .. Can you please help me .. thanks
Attachments
error101.JPG

Post Reply

Who is online

Users browsing this forum: No registered users