I currently have an Android project in Eclipse.
I created it with a target build of 1.5 (sdk 3).
Now I want to change it so that it has a minSdk of 3 and tar
As Mike way says. Change target BEFORE doing anything in your project that requires a higher target like android:installLocation="auto".