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