running v1.6 and having a problem with crashing...works if I take out
the sdk line.

tried...
<uses-sdk android:targetSdkVersion="4" />

    <uses-sdk android:minSdkVersion="4" />


<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android";
      package="com.arcdroid.jack"
      android:versionCode="2"
      android:versionName="1.2">

    <uses-sdk android:minSdkVersion="4" />
  <uses-permission android:name="android.permission.INTERNET" />

      <application android:icon="@drawable/icon"
android:label="@string/app_name">
        <activity android:name=".Jack"
                        android:screenOrientation="nosensor"
                  android:label="@string/app_name">
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />
                <category
android:name="android.intent.category.LAUNCHER" />
            </intent-filter>
        </activity>

    </application>

</manifest>

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