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

c# - ODP.NET Oracle.ManagedDataAccess causes ORA-12537 network session end of file -

matlab - Compression and Decompression of ECG Signal using HUFFMAN ALGORITHM -

utf 8 - split utf-8 string into bytes in python -