well, what do you know.... The documentation specifically says "Screen size ... This is based on your manifest file's <supports-screens> or <compatible-screens> element. <b>You should never use both elements and you should use only <supports-screens> when possible</b>." (emphasis added)
But it is only using both that I finally got this to work and be recognized by the Market. On Feb 28, 3:04 pm, jeka <[email protected]> wrote: > I also tried with this: <uses-sdk android:minSdkVersion="6" > targetSdkVersion="15"/> > > still the same result > > On Feb 28, 3:00 pm, jeka <[email protected]> wrote: > > > > > > > > > I'm only differentiating (trying to anyway) based on screen sizes, so > > target SDK shouldn't matter, at least according to > > this:http://developer.android.com/guide/market/publishing/multiple-apks.html > > But at any rate, here is what I have: <uses-sdk > > android:minSdkVersion="2" targetSdkVersion="10"/> > > > On Feb 28, 2:45 pm, TreKing <[email protected]> wrote: > > > > On Tue, Feb 28, 2012 at 1:40 PM, jeka <[email protected]> wrote: > > > > Any advice? > > > > Your target SDK value may be a factor. > > > > --------------------------------------------------------------------------- > > > ---------------------- > > > TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago > > > transit tracking app for Android-powered devices -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

