Reputation: 53
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
Reputation: 126684
First I would check your run configuration:
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