When I create an apk, it comes out as a 0 KB "File".
If I use "the question" it works perfectly and generates an apk in the bin, but when I try to make my own, it doesn't. It says it completed, but then this happens.
Search found 58 matches
- Tue Dec 30, 2014 2:49 pm
- Forum: Ren'Py Questions and Announcements
- Topic: [Solved] RAPT creating an empty file?
- Replies: 2
- Views: 359
- Wed Jul 16, 2014 9:13 pm
- Forum: General Discussion
- Topic: Get that thing off your chest... Now...
- Replies: 5264
- Views: 448653
Re: Get that thing off your chest... Now...
This needs to become a normal form of vengeance.silenteve wrote: BUT!
I was so upset that I ate all the spaghetti in the house. And then I ate all the curry.
- Wed Jul 16, 2014 8:51 pm
- Forum: Creative Commons
- Topic: Free Sprites Weekly
- Replies: 54
- Views: 36019
Re: Free Sprite Weekly --- WIP UP 3/05
The make-your-own-character looks interesting, and easy to use. That'd be great.
- Wed Jul 16, 2014 8:42 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Ren'Py error when trying to install Android SDK?
- Replies: 3
- Views: 1113
Re: Ren'Py error when trying to install Android SDK?
Oh! Sorry, I'd posted the traceback AFTER trying to reload the launcher after the error. THIS is the error: http://i.imgur.com/ULqCzUX.png (Image too big) I'm sorry, but an uncaught exception occurred. While running game code: File "launcher/game/android.rpy", line 569, in script python: File "launc...
- Tue Jul 15, 2014 7:08 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Ren'Py error when trying to install Android SDK?
- Replies: 3
- Views: 1113
Re: Ren'Py error when trying to install Android SDK?
Forgot to mention, I tried uninstalling and reinstalling both Ren'Py and RAPT
- Mon Jul 14, 2014 8:48 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Ren'Py error when trying to install Android SDK?
- Replies: 3
- Views: 1113
Ren'Py error when trying to install Android SDK?
Hi, I'm having an error when trying to install an sdk for android. I'm not sure how else to explain it, but here's the traceback. I'm sorry, but an uncaught exception occurred. While running game code: File "renpy/common/00keymap.rpy", line 278, in script python hide: File "renpy/common/00keymap.rpy...
- Mon Jul 14, 2014 8:45 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Making menus available only if.. {Answered}
- Replies: 2
- Views: 350
Re: Making menus available only if.. {Answered}
Ohh.. Thanks.
- Wed Jul 09, 2014 7:03 pm
- Forum: Creative Commons
- Topic: Free Sprites Weekly
- Replies: 54
- Views: 36019
Re: Free Sprite Weekly --- WIP UP 3/05
Does anyone know when konett will start working on/releasing these again?
Or, if konett sees this, when will you? Just as an estimate.
Or, if konett sees this, when will you? Just as an estimate.
- Tue Jul 08, 2014 11:19 am
- Forum: Ren'Py Questions and Announcements
- Topic: Making menus available only if.. {Answered}
- Replies: 2
- Views: 350
Making menus available only if.. {Answered}
I meant menu choices . Ran out of subject space. This is the code I have: "\"Why are you so doubtful about the Legend?\"" if j_legend == True and if hannah8 == False: jump hannah8 It returns a syntax error. How would I do this correctly? Thanks in advance! :) EDIT: The full menu, in case it is neede...
- Wed Jun 25, 2014 10:36 pm
- Forum: Completed Games
- Topic: Please delete this thread!
- Replies: 16
- Views: 12963
Re: My First Ren'Py Game - Hopeful Night
Oh, no problem. 
- Tue Jun 24, 2014 1:33 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Android Package File -- Where is it?
- Replies: 10
- Views: 1005
Re: Android Package File -- Where is it?
Rebooted, and tried building again.. still no bin folder.
- Tue Jun 24, 2014 10:14 am
- Forum: Ren'Py Questions and Announcements
- Topic: Android Package File -- Where is it?
- Replies: 10
- Views: 1005
Re: Android Package File -- Where is it?
Alright, it showed up now: Updating source code. Updating build files. Resolved location of library project to: C:\Documents and Settings\(User)\My Documents\ren'py\renpy-6.17.5-sdk\rapt\android-sdk-r22.6.2\extras\google\play_apk_expansion\downloader_library Updated project.properties Updated local....
- Tue Jun 24, 2014 10:02 am
- Forum: Ren'Py Questions and Announcements
- Topic: Android Package File -- Where is it?
- Replies: 10
- Views: 1005
Re: Android Package File -- Where is it?
Yes, I tried building multiple times. Still no bin folder, and if I create one it still deletes it.
- Tue Jun 24, 2014 9:24 am
- Forum: Ren'Py Questions and Announcements
- Topic: Android Package File -- Where is it?
- Replies: 10
- Views: 1005
Re: Android Package File -- Where is it?
This the Test_Game android.txt: I'm compiling a short test program, to see if you have a working JDK on your system. The JDK is present and working. Good! Apache ANT has already been unpacked. The Android SDK has already been unpacked. The required Android packages are already installed. You've alre...
- Mon Jun 23, 2014 9:50 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Android Package File -- Where is it?
- Replies: 10
- Views: 1005
Re: Android Package File -- Where is it?
C:\Documents and Settings\(User)\My Documents\ren'py\renpy-6.17.5-sdk\rapt? Because inside of my rapt folder, there is no bin folder. EDIT: So.. I created a "bin" folder inside the rapt folder and tested it out. When the launcher said it was done building, the bin folder disappeared. I tried it agai...