diff --git a/platform/android/build.gradle.template b/platform/android/build.gradle.template index 8dfb006c00b..ba144b6eefb 100644 --- a/platform/android/build.gradle.template +++ b/platform/android/build.gradle.template @@ -66,6 +66,7 @@ android { $$GRADLE_ASSET_DIRS$$ ] jniLibs.srcDirs = [ + 'libs' $$GRADLE_JNI_DIRS$$ ] }