Fixed inconsistent minSdkVersion and target= in NDK samples
Also removed Dummy.java and auto-gen files Inspired by http://code.google.com/p/android/issues/detail?id=20017 Change-Id: I5a59c86b8b85c15eccca3b3157459b70a4815684
This commit is contained in:
@@ -8,4 +8,4 @@
|
||||
# project structure.
|
||||
|
||||
# Project target.
|
||||
target=android-8
|
||||
target=android-3
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
package="com.example.neon"
|
||||
android:versionCode="1"
|
||||
android:versionName="1.0">
|
||||
<uses-sdk android:minSdkVersion="4" />
|
||||
<application android:label="@string/app_name">
|
||||
<activity android:name=".HelloNeon"
|
||||
android:label="@string/app_name">
|
||||
|
||||
@@ -8,4 +8,4 @@
|
||||
# project structure.
|
||||
|
||||
# Project target.
|
||||
target=android-3
|
||||
target=android-4
|
||||
|
||||
Reference in New Issue
Block a user