Преглед изворни кода

Fix compile error when use "android_add_jni_dir"

volzhs пре 8 година
родитељ
комит
be7ced4826
1 измењених фајлова са 1 додато и 0 уклоњено
  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$$
 			]
 		}