There are a few other threads that are similar, but I can't seem to find a difinitive answer, so I apologize if this seems a little repetetive.
Here's my situation.
My Android app compiles and runs under 1.5 I want to use supports-screen in my Manifest. This means I have to compile with 1.6 in Eclipse or I get errors I set the minSDK to 3 and the targetSDK to 4
Now, my question is, if I compile against 1.6 with the min/target sdk's as shown above, will the app show up in the Market Place for users of 1.5 phones AND will it run on 1.5 phones because of the minSDK setting even though I had to compile with 1.6?
Or, do I HAVE to compile with 1.5 for it to run on 1.5+ phones?
Thank you again.