rapt icon indicating copy to clipboard operation
rapt copied to clipboard

Build failed with an exception.

Open TonyTwoStep opened this issue 6 years ago • 1 comments

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.

TonyTwoStep avatar Dec 13 '18 06:12 TonyTwoStep

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

tnp0 avatar Apr 30 '19 23:04 tnp0