Hi, i m uploading my apk for 1st time on market and getting Error:The
server could not process your apk. Try .
My manifest file is:-

`<manifest xmlns:android="http://schemas.android.com/apk/res/android";
      package="packagename"
      android:versionCode="1"
      android:versionName="1.0">
      <uses-permission android:name="android.permission.INTERNET">
      </uses-permission>
      <uses-permission
android:name="android.permission.ACCESS_NETWORK_STATE">
      </uses-permission>
    <application android:icon="@drawable/iccicon"
android:label="@string/app_name" android:debuggable="false">
        <activity android:name=".Activity1"
                  android:label="@string/app_name">
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />
                <category
android:name="android.intent.category.LAUNCHER" />
            </intent-filter>
        </activity>
        <activity android:name=".Activity2"
                  android:label="@string/app_name"
                  android:windowSoftInputMode="adjustPan"
                  android:configChanges="keyboardHidden|orientation">
        </activity>
    </application>
    <uses-sdk android:minSdkVersion="4" android:targetSdkVersion="4"/>
    <uses-configuration android:reqHardKeyboard="true"
                                        android:reqKeyboardType="qwerty">
    </uses-configuration>
</manifest>
`

Please help.
Thanks.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

To unsubscribe, reply using "remove me" as the subject.

Reply via email to