When attempting to open a sample project on a fresh installation of Android Studio I got the following message when attempting to compile the solution:
Plugin with id 'com.android.application' not found.
This is typically because Gradle is not installed and fortunately as i'm on Fedora it's a matter of doing something like:
sudo dnf install gradle
or debian / ubuntu:
sudo apt-get install gradle
No comments:
Post a Comment