'How do I un-remember Android Studio setting
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.
Solution 1:[1]
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
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | mustafadincay |