Skip to content Skip to sidebar Skip to footer

Plugin With Id 'android' Not Found (android Studio)

I recently just switched to Android Studio 0.6.1 for app dev and I ran into an issue with gradle. I get 'Error:(1, 0) Plugin with id 'android' not found. I am quite new so any help

Solution 1:

enter image description here

this issue appears in my android studio 0.6.1 canary build so after a week struggling i found whats wrong with new studio version . its not about Gradle as far as i see . and it happen to some people and you know why ? because some people specially junior developer accidentally proceeding in way that this error occur just after create new project . problem came from name of your activity let me explain it to your step by step

now , when u create new project , wizard appear and here's your step :

first : you enter application name second : select your minimum sdk third : type of your activity forth : your activity name

here's the point . if you choose the system default"my activity

enter image description here

error will occur but if you change it to your own custom name such as "myListactivity" or any other custom One . this error will no longer exist .

Solution 2:

Mostly it is because of that project sync error.

In android studio, please try that click "tools" ->"Android"-> "sync project with gradles files."

Post a Comment for "Plugin With Id 'android' Not Found (android Studio)"