From 2fbc2eede6324cb983f575af4bc08143fcb0cfe4 Mon Sep 17 00:00:00 2001 From: Ray San Date: Fri, 29 Sep 2017 14:13:17 +0200 Subject: Updated to work! --- templates/android_project/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/android_project/Makefile') diff --git a/templates/android_project/Makefile b/templates/android_project/Makefile index 010286fd..64ee1673 100644 --- a/templates/android_project/Makefile +++ b/templates/android_project/Makefile @@ -140,7 +140,7 @@ project_class_dex: # NOTE: Use -A resources to define additional directory in which to find raw asset files project_apk: $(ANDROID_BUILD_TOOLS)/aapt package -v -f -M AndroidManifest.xml -S res -A assets -I $(ANDROID_HOME)/platforms/android-16/android.jar -F temp/bin/$(PROJECT_NAME).unsigned.apk temp/bin - $(ANDROID_BUILD_TOOLS)/aapt add -v $(PROJECT_DIR)/temp/bin/$(PROJECT_NAME).unsigned.apk lib/armeabi-v7a/lib$(LIBRARY_NAME).so lib/armeabi-v7a/libopenal.so + $(ANDROID_BUILD_TOOLS)/aapt add -v $(PROJECT_DIR)/temp/bin/$(PROJECT_NAME).unsigned.apk lib/armeabi-v7a/lib$(LIBRARY_NAME).so # Create temp/bin/$(PROJECT_NAME).signed.apk apk_signing: -- cgit v1.2.3