Add the <use-sdk> element
authorAntonio Ospite <ospite@studenti.unina.it>
Wed, 20 Feb 2013 11:12:50 +0000 (12:12 +0100)
committerAntonio Ospite <ospite@studenti.unina.it>
Mon, 4 Mar 2013 11:26:02 +0000 (12:26 +0100)
http://developer.android.com/training/basics/firstapp/running-app.html

AndroidManifest.xml

index d2dc2c3..6977e8d 100644 (file)
@@ -3,6 +3,8 @@
       package="com.example.myfirstapp"
       android:versionCode="1"
       android:versionName="1.0">
+    <uses-sdk android:minSdkVersion="8" android:targetSdkVersion="17" />
+
     <application android:label="@string/app_name" android:icon="@drawable/ic_launcher">
         <activity android:name="MainActivity"
                   android:label="@string/app_name">