Skip to content

Commit 5c0040f

Browse files
committed
making sure NDKDemo works on ICS in phone
1 parent fb4a829 commit 5c0040f

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

NDKDemo/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
android:versionCode="1"
55
android:versionName="1.0">
66

7-
<!-- This .apk has Java code, so set hasCode to true which is the default. -->
8-
<!-- if this only had a native app (only the activity called 'android.app.NativeActivity') then set to false -->
97
<uses-sdk android:targetSdkVersion="9"></uses-sdk>
108

9+
<!-- This .apk has Java code, so set hasCode to true which is the default. -->
10+
<!-- if this only had a native app (only the activity called 'android.app.NativeActivity') then set to false -->
1111
<application android:icon="@drawable/icon" android:hasCode="true"
1212
android:label="@string/app_name">
1313
<activity android:name=".NDKApp"

NDKDemo/README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ This example must be run on actual hardware (not an emulator)
22
as this contains hardware specific code.
33

44

5-
(This was tested on a Nexus One and Nexus S phones)
5+
(This was tested on a Nexus One, Nexus S, Galaxy Nexus phones)

NDKDemo/TODO

Lines changed: 0 additions & 2 deletions
This file was deleted.

NDKDemo/project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
# project structure.
99

1010
# Project target.
11-
target=android-14
11+
target=android-15

0 commit comments

Comments
 (0)