renpytom / rapt-pygame-example

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

Android Build Failed: Gradle #19

Closed Pololot64 closed 5 years ago

Pololot64 commented 5 years ago

Last year I used rapt to package several pygame programs with no issues whatsoever. I recently updated to the version of apt that supports android 9. Gradle is now used instead of ANT. Each time I attempt to build the app, it fails with the Gradle error:

Pololot64 commented 5 years ago

I realized that the new command should be "releaseinstall" and not "release install"