Reputation: 1615
I have a problem with my Android project. Until now, I haven't got any problem with it, but today, after some install on my device, I couldn't run it. Everytime when I want to run it, or make apk from it, it writes that project has compilation errors. apk doesn't exists. But the apk is in the bin directory, so I don't know why it is not good.
Please help if you can, because I tried the project - clean method, and fix project properties too.
Upvotes: 0
Views: 260
Reputation: 144
Try this,
Run the avd manager . There displays the available versions on your avd and their we can identify tick mark our valid android virtual device. If your version of your avd is correct then the tick mark is displayed as green or else red. First check it. After that i will help further.
Upvotes: 0
Reputation: 1674
Delete the .apk
file and the binaries in the /bin
folder, then clean the project.
Upvotes: 2