renpytom / rapt-pygame-example

Example of using RAPT to package Pygame(_sdl2) games.
231 stars 39 forks source link

Task :renpyandroid:compileReleaseJavaWithJavac FAILED #23

Open ma-ra-bu opened 4 years ago

ma-ra-bu commented 4 years ago

I tried to build the game: python android.py --launch build /path/to/rapt-pygame-example release install Error: Task 'release' not found in root project 'project'. Then I tied: python android.py --launch build /path/to/rapt-pygame-example installRelease The I get another Error: FAILURE: Build failed with an exception.

YariKartoshe4ka commented 4 years ago

@ma-ra-bu I have this problem too. Did you found solution for it?

ma-ra-bu commented 4 years ago

@YariKartoshe4ka I'm able to convert pygame to android apps when I use an older version. This is far from ideal but it works. Maybe you can try an older version too: http://nightly.renpy.org/ I managed it by using a very old version: renpy-nightly-2018-02-25-4abe1e98rapt.zip When you find a better solution, then I would appreciate it if you let me know.

YariKartoshe4ka commented 4 years ago

@ma-ra-bu OK. Thanks a lot