Hundreds of features to explore
Games made in Construct
Your questions answered
Trusted by schools and universities worldwide
Free education resources to use in the classroom
Students do not need accounts with us
What we believe
We are in this together
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
Launches inapp review dialog.
Launches App/Play store page with a review form
Is there a paid version? I would like to buy.
I would also like to see a demo or screenshot
No this is completely free.
I will make a demo video later.
Hi.. when I try to build the APK, it gives me error:
Error: Checking Java JDK and Android SDK versions
ANDROID_SDK_ROOT=~~/androidSDK (recommended setting)
ANDROID_HOME=~~/androidSDK (DEPRECATED)
Using Android SDK: ~~/androidSDK
:wrapper
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:processReleaseResources'.
A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade Package 'com.appreview.new' from AndroidManifest.xml is not a valid Java package name as 'new' is a Java keyword.
A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade
Package 'com.appreview.new' from AndroidManifest.xml is not a valid Java package name as 'new' is a Java keyword.
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https:/~~/help.gradle.org
BUILD FAILED in 1s
Command failed with exit code 1: ~~/gradlew cdvBuildRelease -b ~~/build.gradle
remove android platform :
cordova platform rm android
Install android platform :
cordova platform add android
Add Plugin:
cordova plugin add cordova-android-support-gradle-release
github.com/dpa99c/cordova-android-support-gradle-release
Hi, How do I do this? I use Construct 3 (without scripting) and C3's Android export directly from C3. Please help how can I fix.