Plugin With Id 'android' Not Found (android Studio)
Solution 1:
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
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)"