Android Studio, how to install “JVM Debugger Memory View” plugin - android-studio

As introduced in this post https://blog.jetbrains.com/idea/2016/08/jvm-debugger-memory-view-for-intellij-idea/
seems the “JVM Debugger Memory View” is useful plugin. But could not find a way to install it.
With Android Studio 4.0.1, the preference/plugins is like:
But don't see how to install it in Android Studio 4.0.1?
Also saw a post https://hackernoon.com/a-useful-memory-debugger-plugin-for-android-studio-2d9d95bddc24, and it shows a button "Install JetBrains plugin…" in the plugin page, which I couldn't find in my Android Studio.
Anyone knows how to install the plugin “JVM Debugger Memory View”?
-- following #Rajab, but my Android studio 4.0.1 does not have the "Memory View icon in debug pane:

To install plugins you should change from installed pan to marketplace pan in android studio:

Related

Is it the normal behaviour for Android Studio to lose all settings after an upgrade via Jetbrains Toolbox?

I'm currently using Android Studio Chipmunk 2021.2.1 Patch 2 212.5712.43.2112.8815526, and would like to upgrade to the latest Android Studio Dolphin 2021.3.1.
Jetbrains Toolbox is providing an option for this upgrade.
However, when the new version gets installed and I open Android Studio, all the settings that I had before are lost, and it looks like a fresh install.
Plugins, themes, are all lost, and it seems like I need to re-install them.
Thankfully I'm able to rollback to the previous version for now.
In other Jetbrains IDEs, there's usually a prompt to migrate over from a previous installation. This isn't coming up with Android Studio.
Is this the normal behaviour for Android Studio? And if not, is there something I'm missing?
More details:
Current Android Studio version: Android Studio Chipmunk 2021.2.1 Patch 2 212.5712.43.2112.8815526
Current Jetbrains Toolbox App version: 1.26.0.13072
OS: macOS Monterey Version 12.5.1 (21G83)

Did I miss something for Android Studio?

I installed VSC, Doctor and Android Studio, and I can run emulator without any problems, but I found there is a ! and two X when I run flutter doctor, what should I do next?
You are safe to ignore these if using VSC.
In VSC go to extension then download and install Flutter and Dart
Ignore this. Android Studio 4.x has problem plugin compatibility.
try to follow this steps
Uninstall the android studio flutter and dart plugins from the plugin window of android studio.(double click the shift button and search for plugins).
2.Restart android studio
3 run flutter doctor(and ignore the signs)
4 open android studio and reinstall the plugins

Flutter plugin not installed in IntelliJ version 2020.1

When i am running flutter doctor command then I'm getting the error "flutter and dart plugin not installed". But in my plugin section these two plugins are installed. I am attaching screenshot for the both.
It looks like you are trying to run flutter using IntelliJ, with Android studio already being there on your machine. It happened with me that when I tried running flutter from IntelliJ with the plugins installed, it gave me the same error and it was resolved by installing those plugins in Android Studio.
Try installing the plugins in Android Studio. Then run it again.
Go to preferences and click plugin then update flutter and dart

Android Studio C++ Support Missing

I just installed Android Studio 3.6.3 on Windows 10 and I created a new Native C++ project. I can build and run the native project and I can debug Java code in the project.
The problems I'm having are:
I can't step into the C++ code when debugging
I can't set breakpoints in *.cpp files.
When I right click folders in the project view to add a new file, I only see options to add Java, Kotlin, and Android platform files. There aren't any options to add C++ source or header files.
When I open a C++ file Android Studio recommends installing plugins supporting *.cpp. The plugin it's recommending is for Arma 3 plugin development.
The "Attach Debugger To Process" menu only has Java as a debugger option. That list should also contain Native, Dual, and Auto.
I've made sure to install CMake and NDK (Side By Side) in the SDK Manager and I've configured the NDK in the project settings. I've tried reinstalling Android Studio 3.6.3 and I've also downloaded Android Studio 4.0 RC 1, but I have the same problems.
What steps am I missing to get C++ support in Android Studio?
Managed to get it working. Turns out just running the uninstaller wasn't enough, I had to follow the steps in this answer to completely uninstall Android Studio. I then reinstalled and everything seems to be good.

Hot to fix Android Studio's documentation lookup "Documentation not found"

I cant seem to get flutter based documentation on android studio when i select quick documentation (control Q)
I have tried reinstalling android studio and have tried re-applying the documentation in the SDK manager.
I expect there to be some documentation of what methods are in the class
Try installing this Extention
Install Android Studio
Android Studio offers a complete, integrated IDE experience for Flutter.
Android Studio, version 3.0 or later
Alternatively, you can also use IntelliJ:
IntelliJ IDEA Community, version 2017.1 or later
IntelliJ IDEA Ultimate, version 2017.1 or later
Install the Flutter and Dart plugins
To install these:
Start Android Studio.
Open plugin preferences (Preferences > Plugins on macOS, File >
Settings > Plugins on Windows & Linux).
Select Browse repositories, select the Flutter plugin and click
Install.
Click Yes when prompted to install the Dart plugin.
Click Restart when prompted. Ne

Resources