I have a problem about my AndroidManifest.xml. Normally, I didn’t have problem with my application. But I wanted to release my app on Android Market and it said you have to add minsdk to your manifest.
Now I added this code to my app but there is no way to install .apk to devices from internet. When I try to send my application to emulator I also start to see force close screen. Do you have any idea about this situation? When I delete minsdk line, there is no problem ./
<i><uses-sdk android:minSdkVersion="7"/><i>
Remove the
<i>tags:and looking at the picture, you may need also