summaryrefslogtreecommitdiffhomepage
path: root/templates
diff options
context:
space:
mode:
authorraysan5 <[email protected]>2017-09-23 19:41:02 +0200
committerraysan5 <[email protected]>2017-09-23 19:41:02 +0200
commit8462ed73fe594f1e53365a3b7f619be9d62eb0f5 (patch)
tree009d32f1decef13c9ad798f1ac4f7dae60f6e52e /templates
parentb0f033b43acafe81142698723ccd0c0a7ab5730d (diff)
downloadraylib-8462ed73fe594f1e53365a3b7f619be9d62eb0f5.tar.gz
raylib-8462ed73fe594f1e53365a3b7f619be9d62eb0f5.zip
Added JAVA_HOME
Diffstat (limited to 'templates')
-rw-r--r--templates/android_project/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/android_project/Makefile b/templates/android_project/Makefile
index f493a72c..991843ae 100644
--- a/templates/android_project/Makefile
+++ b/templates/android_project/Makefile
@@ -40,7 +40,8 @@ KEYSTORE_PASS = raylib
ANDROID_HOME = C:/android-sdk
ANDROID_NDK = C:/android-ndk
ANDROID_TOOLCHAIN = C:/android_toolchain_arm_api16
-ANDROID_BUILD_TOOLS = C:/android-sdk/build-tools/25.0.3
+ANDROID_BUILD_TOOLS = C:/android-sdk/build-tools/26.0.1
+JAVA_HOME = C:/PROGRA~1/Java/jdk1.8.0_25
# Compilers
CC = $(ANDROID_TOOLCHAIN)/bin/arm-linux-androideabi-gcc