Reputation: 11416
Eclipse shows in the Problems tab that the resource directory is not available despite the fact it is available in the project folders tree :
[2012-09-11 12:14:43 - QR01] ERROR: resource directory 'D:\workspaceQR\QR01\res'
does not exist
I tried to fix this error by rebuilding the path and I couldn't manage to solve it and also it gives me red exclaimation mark beside the project name. Any suggestion why Eclipse says that my resource directory is not available?
Upvotes: 2
Views: 5302
Reputation: 16132
For future reference: This error could manifest when upgrading to SDK Tools r22. After updating, you need to reopen the SDK Manager. Here you would find a new package - Android SDK Build-tools. Get this as well, and problem solved.
Upvotes: 5
Reputation: 1530
Is it situated at the same level as src folder? Or have you tried to clean your project?
Upvotes: 0