I have recently changed the name of my flutter app. Now, when I try to run the app, the app won’t install on the virtual device.
I run it through the flutter run command and this is all I get:
Using hardware rendering with device sdk gphone64 x86 64. If you notice graphics artifacts, consider
enabling software rendering with "--enable-software-rendering".
Launching libmain.dart on sdk gphone64 x86 64 in debug mode...
Building with Flutter multidex support enabled.
Running Gradle task 'assembleDebug'... 19.0s
√ Built buildappoutputsflutter-apkapp-debug.apk.
I only get this problem after I change the name of the app. I have changed it in the google-services.json as well so it matches what I have in Firebase. However, when I made the changes in my Firebase project the google-services.json file didn’t reflect the changes. I don’t know if this could be a problem but I did make the needed changes to the file manually.
What do I need to do to fix this issue with name change?
Thanks for your help
3
Answers
UPDATE: Here is what I get when I execute flutter run --verbose
Here is the rest of the output from flutter run –verbose:
I finally got it to work. I had a typo in the name still.
Thanks for your help