Freddie
Freddie

Reputation: 53

Android Studio does not let me compile a specific project

My android project ran just perfectly 2 days ago ,but today i added some code in it and I put a file in my assets folder and now Android Studio doesn't let me compile it.

Refer to the image below :

https://i.sstatic.net/cJf2g.png

I've tried to rebuild it but nothing changed. This is my very first post here , so i am sorry if i did something wrong. Thanks in advance.

Upvotes: 2

Views: 54

Answers (1)

creativecreatorormaybenot
creativecreatorormaybenot

Reputation: 126684

First I would check your run configuration: enter image description here

If there is no configuration, create a new one with "New -> Android App".

Then you can also go to your MainActivity, right-click it and choose "Run MainActivity".

Upvotes: 1

Related Questions