clicking Android Studio shows up IntelliJ - android-studio

I am trying to open android studio but intellij is shown instead, i have searched for answers but they are irrelevant, what to do?

Related

Why is Gradle Build and Run setting not showing in Android Studio?

I would like to run a java project with IntelliJ IDEA rather than with Gradle in Android Studio. I know this is possible with the Jetbrains IDE (see https://www.jetbrains.com/help/idea/2020.3/work-with-gradle-projects.html#delegate_build_gradle), but is there an equivalent option in Android Studio? I am running on Bumblebee 2021.1.1 and all that the gradle options are showing currently are here:
[1]
IntelliJ IDEA's documentation shows they include more options though:
[2]
I know Android Studio is not in reality IntelliJ IDEA, but is just a fork of it. Is this ability I'm looking for just something Android Studio does not allow?
[1] https://i.stack.imgur.com/UsqUd.png
[2] https://i.stack.imgur.com/6lOSZ.png

Do I need to install Intellij after downloading Android Studio

I am downloading Android Studio now so I can create mobile apps using Kotlin and I am totally new to it, I checked the Android Studio user guide and it says it is strongly built on IntelliJ so I am wondering do I still need to download IntelliJ or once I download Android Studio, I will find all I want in it.
Android Studio has built-in plugins with IntelliJ software. You don't need to install IntelliJ. Android Studio will work just fine.

How to show "External Libraries" node in Android studio like it is shown in IntelliJ IDEA?

I need to show "external libraries" widget Android studio like it is shown in Intellij.
In Intellij we have:
but in Android studio for some reason external libraries widget is missing.
and "select the opened file" button does not work.
How to make it work?
Android Studio is using the Android view by default for the Project View tool window, you can switch it to the Project view to see the same list of dependencies as in IntelliJ IDEA:

Gradle window in missing in android studio for my flutter project

The gradle window is missing in the android studio for my flutter project but it is available for my Kotlin project.
I have to generate the signing certificate SHA-1 to register my app in Firebase.
Here is how you find the gradle section in Android Studio for a Flutter-Project:
Open the build.gradle file in app/src/
There should appear a small bar at the top of the code-editor and click Open for Editing in Android Studio
A new window will open, showing the option for opening the gradle section in the side-panel, as expected.
This answer is giving you a quite extensive explanation for then generating the SHA1-fingerprint.
The problem for Android Studio is that the android(gradle)-project is not top-level.
You can right-click on project- or android-folder, select Flutter->'Open Android module in Android Studio' .
After that the gradle-tab appears on the right and you can use it as intended.

Importing project in android studio

While importing projects in android studio ,this window comes and never disappear. please help. I am new to android studio
Looks like one of your dependencies that Android Studio is trying to download is offline. Check out this related SO post:
Android Studio stuck on "Gradle: resolve dependancies '_debugCompile'" or 'detachedConfiguration1'

Resources