Click here to Skip to main content
15,905,912 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I am trying to run my application but I am getting following error:
ERROR: Plugin with id 'com.android.application' not found.


Some body please guide me how to solve this problem.

Zulfi.

What I have tried:

I don't have any idea. I searched google but can't understand the solution.

Zulfi.
Posted
Updated 30-Apr-19 5:42am
Comments
David Crow 29-Apr-19 22:43pm    
Did you create the app using Android Studio? Has this app ran in the past? Have you searched the files that comprise your app (e.g., java, xml, gradle.build) for the "com.android.application" string?

Hi,
Did you create the app using Android Studio?

Yes.
Has this app ran in the past?

No. I gave it a new name. First I created Hello and this was Hello2.


Have you searched the files that comprise your app (e.g., java, xml, gradle.build) for the "com.android.application" string?


No.

Actually I created another appliction "Hello3" and this time I did not get the message.

So I think problem has solved.
Thanks.
Zulfi.
 
Share this answer
 
Comments
Richard MacCutchan 30-Apr-19 3:51am    
You should not use "com.android" as your root for personal applications, as it could clash with official Android apps. Use your own unique domain name.
Hi,
Thanks for your advise. I did not use "com.android". When I ran my application, I got this message.

Wish you all the best.

Zulfi.
 
Share this answer
 
Comments
Richard MacCutchan 30-Apr-19 11:50am    
Something is missing from your system.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900