Error after upgrading Android Studio and Flutter

Asked

Viewed 426 times

0

Good evening guys, my project was all normal, and I went traveling and stayed 1 week away! I arrived today and had to update the android studio and the flutter and after that I’m getting an error that I can not solve for nothing!!!

After I try to run my app the following error appears...

Note: C: Users ERIK MENDES Desktop Flutter flutter.pub-cache Hosted pub.dartlang.org cloud_firestore-0.13.7 android src main java io flutter plugins firebase cloudfirestore Cloudfirestoreplugin.java uses unchecked or unsafe Operations. Note: Recompile with -Xlint:unchecked for Details.

And I no longer know what to do, my project is already running in multidex, I’m just lost!!

  • 1

    Try to give a flutter clean and then flutter pub get... If you don’t solve add more details to the question, which version of Flutter you have, the project compiles and runs with this error or simply doesn’t compile?

  • 1

    Face this is a mistake or a Warning?? If I am not mistaken in a project my this occurs and is just a Warning, the entire application works perfectly... Take a closer look at your question, if it is really a Warning, just update your package and adjust the others (Sometimes a package may be incompatible with versions of other Packages). Don’t forget to set up your same project is taught when creating your Firebase project.

  • So guys, the problem is that really does not run the project, I thought it was just an indexing error of android studio, I deleted the folder . idea and . iml and started again but also not solved, but when I run the app in android project inves flutter project, it compiles normal, already reinstalled the flutter and android studio, but the error remains :( Even when I create a new project with the standard example flutter app it also does not compile

  • 1

    If you create a new project and try to compile, does it give you the same error? You have already changed the minsdkversion of the project?

  • I already solved formatting pc kkk but vlw guys

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.