Null Safety setup
It is also necessary to add a "null safety" setting to the project.
Click on run in Android studio -> Edit configurations ->

And add into the line “Additional run args” string: “--no-sound-null-safety”

Last updated
Was this helpful?