Cant install or uninstall plugins
Peronia opened this issue ยท 17 comments
Behaviour
I can't install and uninstall plugins. Disable works fine.
Steps to reproduce this issue
- Install a plugin from inbuild marketplace
- Restart the IDE
- The plugin isn't in the list of installed plugins
- Search the plugin on the marketplace, you can press "install" again
Expected behaviour
The plugin should be installed
Actual behaviour
The plugin isn't installed
Configuration
App release / arch:
4.0.1-14 win64
Operating system:
Windows 10 Pro 64 bits
Winver screenshot :
Logs
@Peronia Can you try with the latest release?
I tried rev. 4.1.0-15 . Plugins Flutter and Dart are not installed after "Restart IDE"
To make it work with Dart and Flutter:
- Install Flutter and Dart from inbuild marketplace (do not restart)
- Download Flutter ver. 50.0.2 (latest not compatible)
https://plugins.jetbrains.com/plugin/9212-flutter/versions - Unzip to \data\plugins\
- Download Dart ver. 201-9002 (latest not compatible)
https://plugins.jetbrains.com/plugin/6351-dart/versions - Unzip to \data\plugins\
- Make new Environment System Variable: Java_HOME path: \app\jre\
- Restart IDE
- Download Flutter SDK (in new project copy the path)
https://flutter.dev/docs/development/tools/sdk/releases - Run from CMD: \data\sdk\tools\bin\sdkmanager --licenses
and accept all licenses with "y"
I tried it, update and new install from plugins don't works.
Is there a chance to get it fixed?
Is there a chance to get it fixed?
I have tried a lot, I'm fed up with this.
The best thing to do is to go to Android Studio
Disable plugin check for update/autoupdate.
Menubar > Help > About... See the build day.
Go to https://plugins.jetbrains.com/
When download version, pick the first date before the AS build date, they all work for me so far.
I just realized this issue is from original android studio. So i dont think you can fix this. We should file an issue there.
I was trying to change the config in original AS as per
this article
I changes all the 4 properties.
- system
- config
- plugin
- logs
To my surprise i was not able to install/uninstall any plugin.
@ProblematicDude Thanks for your feedback, that's what I thought. Can you report this issue?
Filed, will update the thread with further response from AS team.
Seems fixed on version 4.2.1-17, I'm trying to install Material Theme plugin on this version and it works without any workaround
@dev-techmoe Can you please, check with some other extensions like DART or FLUTTER.
@dev-techmoe Can you please, check with some other extensions like DART or FLUTTER.
I'm not good at Android development and don't know how to start a Flutter project, but seems I can install this plugin on AS and "Create a new flutter project" option has shown in the menu, is it work or not?
@dev-techmoe Big Thanks, this is exactly what I was asking for. Whether dart and flutter plugins can be installed. Thanks for letting me know that it worked.
I can confirm this. It's fixed even in the official build. Modifying idea.propreties doesn't effect anything.
Thanks for your feedback