Ver Fonte

Fix compile error when use "android_add_jni_dir"

volzhs há 8 anos atrás
pai
commit
be7ced4826
1 ficheiros alterados com 1 adições e 0 exclusões
  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$$
 			]
 		}