@medeiraf wrote:
Solution:
Windows solution method:
sudo chmod 755 "/Applications/Android Studio.app/Contents/gradle/gradle-4.1/bin/gradle"macOS or Linux solution method:
1) sudo chown -R $USER:$GROUP ~/.npm2) sudo chown -R $USER:$GROUP ~/.configUsing an earlier version of Android Studio certainly will work, too. You can also install the Android SDK and gradle by itself, which is what I do.
Thanks
Posts: 1
Participants: 1
