How do I un-remember Android Studio setting - android-studio

I had just installed Dart and was following the first app tutorial for flutter. I opened the profile/AndoidManifest.xml file.
I clicked the "Open for editing in Android Studio" text. It showed me three choices: "This Window", "New Window", and "Cancel", and a check box to "Remember, don't ask again".
I foolishly checked "Remember, don't ask again" and clicked "New Window". "New window" is not the choice I wanted to make permanent. Neither was "This window", I should have clicked cancel, but that's beside the point.
I cannot figure out how to un-remember this setting choice. I have searched through File->Settings without finding anything that seems applicable.

You can handle it via that steps.
File -> Settings -> Appearance & Behavior -> System Settings -> Project Opening
And you can tick Ask Button.
enter image description here

Related

Device manager does not work (open) after updating Android Studio to 2021.1.1

Android studio's device manager AVD manager works fine in old versions, but in 2021.1.1 version does not open!
Windows 10 and 11 tested
last version flutter
Intel
Sdk manager everything updated
could anyone help?
I still have the same problem with the Bumblebee version, but for now you can use the Search Everywhere feature (you can access "Search Everywhere" by pressing double shift) and type in
"Virtual Device Manager"
then it will works.
This is a temporary solution for now.
I had the same problem, found the solution to return the icon to the toolbar, where it's easy to use it.
I guess it happans to anyone who upgrades from prvious version.
The idea is just to replace the "old" device manager with the new device manager created in 2021.1.1.
Right click the right side of the top toolbar and click the "Customize Menues and toolbars.
In the "Menus and Toolbar" window expand "Main Toolbar"
Expand "Android.MainToolBarActionGroup"
Press the "+" button in the top and select "Add Action..."
In the "Choose Action To Add" windows , search for "Virtual Device manager", select it and press OK.
You will see the the new icon is added.
To make sure it's working you can press OK to close this window and return to Android Studio main screen.
Now, you should have 2 similar icons in the toolbar, only the bubbles will be different.
The old is called "Device manager"
The new one is called "Virtual Device Manager"
Make sure it really works and opens the new Device Manager.
Once it is working , you can go back to the toolbar manger and delete the old icon.
Folow setps 1-3 above
Locate the "Android.RunAndroidAvdManager" item, select it and delete it by pressing the "-" button in the top of the screen.
Close this window and return to main screen.
Step 1: Select FILE (on the top left)
Step 2: Select PROJECT STRUCTURE (<Ctrl + Alt + Shift + S> on Windows/Linux).
Step 3: Select MODULES on the left under Project Settings.
Step 4: Hit the plus (+) button.
Step 5: Add ANDROID and hit OK Button.
Now you can open Device Manager
I too met this problem temp solution this that which wrote Zaid Salam
My version Android Studio -> Bumblebee 2021.1.1 Patch 1
My OS -> macOS Monterey
If you cannot seem to be able to right-click the toolbar as Yahalom mentioned, go to View > Appearance and select Toolbar.
The toolbar will move and a big space will be available on the right to right-click.
As pointed out by the answer above, the update from an older version does not replace the button action correctly.
But to fix it for me (Android Studio on Linux), I had to edit the Navigation Bar Toolbar rather than the Main Toolbar. As the IntelliJ docs mention, the main toolbar is hidden by default.
(Could not comment on the original answer yet, so I had to create a separate response)

"Open In Terminal" or "Show On Disk" not working

On AVD manager, when I click on "show on disk", it doesn't show on disk. Instead it opens a new chrome window like so.
enter image description here
enter image description here
Similarly "Open In Terminal" in Nemo, doesn't work either.
Maybe I've configured the linux terminal wrong on my chromebook?

PyCharm: Can't open two projects in the same window

I am trying to open a second project in my current PyCharm window, and I got the following pop up window:
However, the choice of "Add to currently opened project" check box doesn't show.
The tutorial at https://www.jetbrains.com/help/pycharm/2018.1/opening-multiple-projects.html?utm_medium=link&utm_source=product&utm_campaign=PC&utm_content=2018.1
has the check box. Why doesn't my pop-out window have the check box? Thanks!
According to this,
the option is only available for opening a new project. Also, see the bug tracker. In order to get the "add to currently opened projects" you have to go through "File" -> "Open" not "File" -> "Open Recent". Tested with PyCharm 2018.1 (Community Edition) on Windows 10.

"Save as Live Template" menu item disappeared in android studio?

I am running Android Studio 1.3.2. Under the Tools menu I used to have "Save as Live Template" item (just above Save File as Template). But now it is gone and I can't make live templates. How do I get the menu item back?
I managed to get it back. Here's how (Observe that the Preferences menu on Mac might be called something else on other platforms, like Settings or similar).
Go to Preferences/Appearance & Behavior/Menus and Toolbars/Main menu/Tools/Tools Basic Group
Select "Save File as template..."
Click on Move Up button.
Click on OK button.

How to activate Content Assist - Java Proposals

I have installed eclipse in Ubuntu 12.10. After working for a few days, I created my first CDT C++ project and stay there for while. Now when I go back to my Java project I found that when I type in a variable name and press "." nothing appears.
However, I can bring the context menu back by select "Edit" -> "Content assit" -> "Java Proposals". The problem is it is not convenient at all. When Click "Default Proposals" an empty context menu with "No Default proposal" appears. I have also confirmed that the right aspect "Java" is being activated.
How to return back to the original status (the Java proposals menu brings by default)?
Eclipse Platform version is 3.7.0.I20120502-2000
I have just fixed this problem by scanning all preferences options. However it is still not explain why it was disappeared because I didn't change anything there.
In "Preferences" dialog choose "Java" -> "Editor" -> "Content Assist" -> "Advanced", in my case the top list box there are some check box have not checked, including "Java Proposals". The problem has been fixed by check that box and click "OK" button.
I will leave this answer here for a while before I mark it as right, to hear better advices.
Quick Access Content Assist
you can type and search "Java Proposal" in "quick access", to find the "content assist" menu
Ctrl + 3 ==>Go to "Quick Access" menu
Type and search "Java Proposals"
Check that Bok and Click ok...
searching content assist through Quick Access

Resources