List of plugins was not loaded android studio -


i'm trying install plugin in android studio when click browse respository shows dialog enter image description here

anyone knows how fix this?

check permissions on /root/.androidstudio confirm can create directory plugins.

simple way modify permissions user(u), group(g) , other(o) command line:

chmod -r ugo+rw /root/.androidstudio/


Popular posts from this blog

javascript - Js, document.getElementById("ID").innerHTML, error -

objective c - Is there a way in OCMockito to make stubs fail when an unknown method is called? -

jquery - jqGrid update specific column data with out refreshing the entire column? -