Official GameAnalytics SDK for Construct 2/3.
Hey, I don't know if you need to add any update but recently I'm getting following error when trying to export to Android:
FAILURE: Build failed with an exception.
What went wrong:
Execution failed for task ':app:checkDebugAarMetadata'.
Could not resolve all dependencies for configuration ':app:debugRuntimeClasspath'.
Using insecure protocols with repositories, without explicit opt-in, is unsupported. Switch Maven repository 'maven(http://release)' to redirect to a secure protocol (like HTTPS) or allow insecure protocols. See org.gradle.api.artifacts.repositories.urlartifactrepository.html for more details.
Having this same issue. My e-mail to GameAnalytics returned no replies from them.
Sad to hear. Well, I found workaround. Export the app as Cordova project. Find maven link of gameanalytics and add allowInsecureProtocol = true to the node. Then cordova build android.
Which file do we edit exactly?
platforms\android\cordova-plugin-gameanalytics\fluppyfly-build.gradle
plugins\cordova-plugin-gameanalytics\src\android\build.gradle
change these two files like so:
maven {
url 'http://maven.gameanalytics.com/release'
allowInsecureProtocol = true
}
Will try. Thank you! Are you on the Construct Community Discord?
Nope. Gonna join to it now :)
Alright:) Thank you