File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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" >
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.
You can’t perform that action at this time.
0 commit comments