Quick Links: Download Gideros Studio | Gideros Documentation | Gideros Development Center | Gideros community chat | DONATE
2018.12 buildToolsVersion? issue building android — Gideros Forum

2018.12 buildToolsVersion? issue building android

Hi, I have an issue exporting to Android:

This is gideros message:
Project evaluation failed including an error in afterEvaluate {}. Run with --stacktrace for details of the afterEvaluate {} error.
 
FAILURE: Build failed with an exception.
 
* Where:
Build file 'Z:\wald\app_export\te_player\toe\tmp\app\build.gradle' line: 4
 
* What went wrong:
A problem occurred evaluating project ':app'.
> Invalid revision:
These are the first 4 lines of my build.gradle
apply plugin: 'com.android.application'
android {
    compileSdkVersion 0
    buildToolsVersion ""
(...)
How may I fix this?
Thank you

Comments

Sign In or Register to comment.