Have anyone a suggestion on how to disable a faili...
# android-studio
r
Have anyone a suggestion on how to disable a failing plugin, which causes AS to freeze om startup ?
Found a solution: Trick to solve the locked situation. If you have an already installed AS4C4 version or lower 4.0C version, try to start that one, expand the start badge (where you can select your projects prior to open any), there is an red exclamation (!) at the bottom, expand that one and click the Flutter plugin and disable it. Now the AS4.0C5 starts...
You could check following file:
C:\Users\*YourName*\.AndroidStudioPreview4.0\config\disabled_plugins.txt
and enter the name of the plugin you want to disable, (i.e:
io.flutter
)