rapt
rapt copied to clipboard
Build failed with an exception.
Have tried to get this running on Windows, Ubuntu and Mac OS X to no avail. Continuously getting to the point of building with gradle and failing on an error where * What went wrong: * reads
Task 'release' not found in root project 'project'.
Upon running the gradle command and viewing what tasks are available, release is not listed.
Are you using the command line? In 7.1 the build command changed, instead of using "release" at the end of the command, use "assembleRelease".
Example:
./renpy.sh launcher android_build --destination=../dist ../game assembleRelease