-
Notifications
You must be signed in to change notification settings - Fork 27.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plugin project :url_launcher_web not found. Please update settings.gradle. #57777
Comments
Hi @x4080
Closing, as this isn't an issue with Flutter itself, if you disagree please write in the comments and I will reopen it |
@TahaTesser thanks for the tip, I'll try it, where do you find that solution ? I tried finding the solution and can't find it anywhere |
@TahaTesser Yes it works, thanks a lot |
duplicate of #46304 |
Hi @x4080 eso me ha funcionado sólo en "flutter run", pero no puedo crear un release de la apk cuando hago "flutter build apk --release" la consola dice "this is taking an unexpectedly long time", y finalmente arroja un error. |
i was tried and show error below.
added:
|
@TahaTesser is there a solution for the deprecated warnning? i had the same error that |
same Note: D:\flutter.pub-cache\hosted\pub.dartlang.org\url_launcher-5.4.11\android\src\main\java\io\flutter\plugins\urllauncher\WebViewActivity.java uses or overrides a deprecated API. |
Replace the whole file as follows, the bug should be fixed. -------settings.gradle----------- def flutterProjectRoot = rootProject.projectDir.parentFile.toPath() def plugins = new Properties() plugins.each { name, path -> |
is this official method? |
@jims57 It Works for me! Thank you!
|
@Nickkun You can say it is the official one, since it comes from @TahaTesser who is on the Flutter team. See this. |
ℹ️ I got errors even when I followed the instructions above so I noticed that Copy code below and replace the whole content of settings.gradle
👍 |
…lutter/issues/57777 and upgrade to the latest adhan.
I did that and I get this error. ``Launching lib\main.dart on vivo 1906 in debug mode... FAILURE: Build failed with an exception.
|
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of |
Hi after upgrading to latest url_launcher, this message appears when building/debugging android app
It seems to run ok but it appears
The text was updated successfully, but these errors were encountered: