I am new to Android development and I want first to get the Hello World application running. I am using Eclipse IDE and the Android 4.0.3 version 15 SDK. I copi
Hello World
In my case I edited a project having this in the AndroidManifest.xml file, and which was ginving me the above error, at runtime:
What I did just, was to change minSdkVersion="17", to minSdkVersion="16". My resulting tag was:
Now I'm not getting the error anymore..
Hope this helps