Hi Felgo,
So had issues desribed here https://felgo.com/developers/forums/t/error-compiling-after-new-update-2-13-2.
Total re-install of Felgo helped with Android and Desktop.
App runs on desktop but unfortunately can’t deploy it to Android device.
So following https://felgo.com/doc/vplay-updates/#android I did all the changes.
Unfortunately during deployment to Android device getting:
BUILD FAILED
Total time: 6.37 secs
* Where:
Build file '{hidden}/{hidden}_v7a_GCC_4_9_Qt_5_9_2_for_Android_armv7-Debug/android-build/build.gradle' line: 19
* What went wrong:
A problem occurred evaluating root project 'android-build'.
> Failed to apply plugin [id 'com.android.application']
> Minimum supported Gradle version is 3.3. Current version is 2.14.1. If using the gradle wrapper,
try editing the distributionUrl in
{hidden}/{hidden}-Android_for_armeabi_v7a_GCC_4_9_Qt_5_9_2_for_Android_armv7-Debug/android-build/gradle/wrapper/gradle-wrapper.properties to gradle-3.3-all.zip
So I change the gradle properties file to gradle-3.3-all.zip as it said in the docs and the error suggests.
This was a common issue so it’s nothing new to me.
But guess what happens next after the upgrade?
The next time I try to deploy the app … the value is becoming reverted back to old version!
It doesn’t matter that I change it since it is reverted all the time and I get the same error all the time.