This message was deleted.
# community-support
s
This message was deleted.
a
hi Anuroop, could you move the files you shared into this thread please? It helps keep the channel organised. Could you also share what commands you're running, what version of Gradle you're using, and share stacktrace (add
--stacktrace
to the Gradle command)?
thanks! Much appreciated
a
I am sharing --stacktrace. A moment please
I am using gradle version 7.4. I usually update it just by changing the version in the gradle-wrapper.properties
Currently I am not using any special commands. I get the error when try to run the app on my android device/emulator
a
so the error is complaining about
my app/build.gradle
line 34, where it has
Copy code
android {
I can also see that it's not using the plugins DSL, but is instead applying plugins
Copy code
apply plugin: 'com.android.application'
apply plugin: 'com.google.gms.google-services'

apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
I'm not certain if that's the cause, but it's something I would look into migrating.
a
ohh. Thanks for sharing you opinion!