When I didn't add the "minSdkVersion", I got the error message:
Market requires the minSdkVersion to be set in AndroidManifest.xml.

But even after I added it, there was still error:
The server could not process your apk. Try again.

I have added the <uses-sdk> as the first child of <manifest>:

<manifest xmlns:android="http://schemas.android.com/apk/res/android";
      package="leoliang.bettermylocation" android:versionCode="9"
android:versionName="1.4.1">
        <uses-sdk android:minSdkVersion="2" />



On Apr 25, 3:10 am, Hw3699 <[email protected]> wrote:
> What's your solution? I got the same issure.
>
> <manifest xmlns:android="http://schemas.android.com/apk/res/android";
>       package="com.innersocial.planner"
>       android:versionCode="1"
>       android:versionName="1.1.1">
> <uses-sdk android:minSdkVersion="1"></uses-sdk>
>
> It doesn't work.
>

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to