Explorar el Código

Fix compile error when use "android_add_jni_dir"

volzhs hace 8 años
padre
commit
be7ced4826
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      platform/android/build.gradle.template

+ 1 - 0
platform/android/build.gradle.template

@@ -66,6 +66,7 @@ android {
 				$$GRADLE_ASSET_DIRS$$
 			]
 			jniLibs.srcDirs = [
+				'libs'
 				$$GRADLE_JNI_DIRS$$
 			]
 		}