why is my Gradle projects menu missing from android studio setting? - flutter

when i go to the settings in android studio under build tools the Gradle menu which is generally there is missing(menu)

You need to open the android folder in your flutter application with Android Studio instead of the root folder.
Take a look

Related

files are not showing in project structure under Android tab in Android Studio

File (Project) structure is stuck at loading in flutter project under Android tab only in Android Studio(4.2.1).
Thank you!
Please check this image for better understanding
You can not open flutter project in Android tab,
If you want to open android files in Android tab then you need to open Android folder in another android studio from flutter project and then you can show your files.

I have the Flutter plugins installed in Android Studio, but it doesn't give me the option to create a project

Uninstall the android studio and install it again and I still don't get the option to create a project with flutter
After you've installed the plugins, make sure the plugins are enabled. And then close the Android Studio and open it again.

issue while running andriod studio for flutter

I am unable to understand how to resolve this error. Can you help what i am missing. I am very new to flutter.
If gradle clean build does not work for you, you might want to double check your android project settings. Open android folder within your flutter project in android studio; then open File > Project Structure. Then check that Project SDK has a value, should be something like Android API 29 Platform,

How to migrate Eclipse into android studio?

How do I translate this tutorial into android studio? http://code.tutsplus.com/tutorials/build-a-contacts-application-with-jquery-mobile-the-android-sdk-part-1--mobile-5727
If you have the Eclipse project what you need to do:
Start Android Studio and close any open Android Studio projects.
From the Android Studio menu select File > New > Import Project. Alternatively, from the Welcome screen, select Import project (Eclipse ADT, Gradle, etc.).
Select the Eclipse ADT project folder with the AndroidManifest.xml file and click Ok.

How to create .jsp file in android studio and upload the project in github from android studio

I want to create .jsp file in my android studio project and I want to upload my project to GitHub. For doing those 2 issues, what should I do in android studio.
Here, there is a tutorial with screenshots that will help you initialize a git repo using android studio:
http://wii.logdown.com/posts/2013/11/15/android-studio-git-tutorial
Android studio is based on IntelliJ IDEA and .jsp files are supported by IntelliJ IDEA Ultimate edition.So you'll need that.