Skip to content

Commit 531425e

Browse files
committed
build with SDK 17
1 parent 5406e0d commit 531425e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

core/build.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
</target>
1717

1818
<target name="sdk_whining">
19-
<available file="${env.ANDROID_SDK}/platforms/android-15/android.jar"
19+
<available file="${env.ANDROID_SDK}/platforms/android-17/android.jar"
2020
property="andoid-jar-present" />
2121
<fail unless="andoid-jar-present"
22-
message="Android SDK 10 could not be found in ${env.ANDROID_SDK}/platforms/android-15/android.jar" />
22+
message="Android SDK 10 could not be found in ${env.ANDROID_SDK}/platforms/android-17/android.jar" />
2323
</target>
2424

2525
<target name="actual_build" if="env.ANDROID_SDK">
@@ -33,7 +33,7 @@
3333
target="1.7"
3434
encoding="UTF-8"
3535
includeAntRuntime="false"
36-
bootclasspath="${env.ANDROID_SDK}/platforms/android-15/android.jar"
36+
bootclasspath="${env.ANDROID_SDK}/platforms/android-17/android.jar"
3737
srcdir="src" destdir="bin" />
3838

3939
<!-- Copy the shaders to the bin folder.

0 commit comments

Comments
 (0)