Android Studio Error About Gradle And License - android-studio

I'm using ubuntu and I am coding with flutter in android studio. When my run my first app, android studio give me this error.
I am already tried what error text told me.
Here's the error

Related

flutter error in running app in andriod studio

I have installed Android studio with the latest Jdk version and flutter SDK and configured it to my studio by installing flutter and dart plugin but when I run the sample code it doesn't run properly and shows some errors.
I am a newbie to programming so plz tell me solution how to fix that error and I also attached a screenshot of that error here

Android Studio and Flutter(VSCode) show the same problem sun.security.ec.ECKeyPairGenerator.isCurveSupported([B)Z

Im currently developing an android app with flutter using VScode. So this problem happened after i update my windows from 1903 to 1909 yesterday. I tried to run and debug my app in vscode it shows:
"sun.security.ec.ECKeyPairGenerator.isCurveSupported([B)Z".
the same thing happen with Android Studio when im trying to test my code. Even the gradle sync in android studio failed with the same message (see the image below):
Error screenshot

Android Studio not showing Chrome as Flutter device

I got a small problem which accured after reinstalling Android Studio:
Android Studio
Android Studio is not showing Chrome as Device for my Flutter Web project, while flutter doctor shows clearly everything is enabled correctly:
Flutter doctor
I can normally run the flutter project on google chrome using the console or VS Code, but Android Studio does not work. I already checked the Flutter and Dart plugin.
I would be glad if someone who maybe had the same issue or knows how to fix this gets back to me!
Best Regards
Clearly it is not the issue with flutter. It is an issue with your Android Studio installation. You can verify the same by navigating to the your project folder in the terminal (or command prompt) and type
flutter run -d Chrome.
NOTE: The above command works only if you are on master, beta or dev branch and you have already enabled your flutter web support by typing
flutter config --enable-web
I noticed that your path to Android Studio as: C:\Program Files\Android\ Android Studio1
It means that during installation the original Android Studio folder is not deleted. A duplicate folder has been created in the same location. Hence the Android sdk location is must be changed as well.
You can solve this by:
Uninstall Android Studio. Delete the folder at the above location. Reinstall Android Studio. Update sdk path in your sdk manager as well as in your environment variable. (recommended).
Update the sdk folder in the sdk manager as well as your environment variables.

Flutter VSCode, unable to android module in Android Studio

Hi I am trying to open Flutter android module in android studio by right clicking android folder and then " Open in Android Studio " but its doing nothing.
I have correctly setup android-studio-dir but still unable to open. I am using Ubuntu 19.04.
This is a bug. I've opened https://github.com/Dart-Code/Dart-Code/issues/1897 to look at this. We previously tweaked this code to look for studio.sh instead of studio but now I'm wondering if that's not consistent. I'll change it to look for both.

I cant create new project in android studio

I installed android studio and when I tried to open the android studio I cant run android emulator and It display the error report in below tab.
This is that error message
null value in entry:libOutputDir=null
and line down display the Build Failed
This maybe a gradle bug. Delete the gradle folder in the root directory of your application. Then open the app, let the studio rebuild the gradle again. This has been an issue for a lot of people.

Resources