I have the exact same problem as the guy who wrote this question. The answer involved instructing the IDE (in my case eclipse) to “you need to configure your IDE to build your project using this SDK”. So my question is – how do I instruct eclipse to build using a specific SDK? (I already have a variety of different SDKs installed).
Share
Right click on your project root in the package explorer. Click on the “properties” item. In the properties window on the left click “Android”, in the right pane choose your SDK. Click apply and Ok.
And of course don’t forget to set this line(after the
</application>) accordingly in your AndroidManifest.xml file :