ソースを参照

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$$
 			]
 		}