I'm doing some Android work in IntelliJ 13. I've created an Android test application so I can start writing unit tests. IntelliJ is reporting an error I haven't seen before and this error does not prevent the code from working:
Call requires API level 3 (current min is 1)
It will also have an error at the class level that is:
Class requires API level 3 (current min is 1)
And sometimes it will say level 11.
You need to set min SDK version in AndroidManifest like