I’m still to migrate a projet from Meteor 2.16 to 3.3.2, I’m trying to build Android app but I get this error:
build file ‘/home/[…]/.meteor/local/cordova-build/platforms/android/app/build.gradle’`
- [warn] Properties should be assigned using the ‘propName = value’ syntax. Setting a property via the Gradle-generated ‘propName value’ or ‘propName(value)’ syntax in Groovy DSL has been deprecated
Also try with a fresh project Meteor 3.3.2, same behaviour.
Unfortunally official documentation set this value to ‘0xff0000ff’ and get the problem.
The correct way to set this value is ‘#000000ff’ (for black color for example)