diff --git a/platform/android/build.gradle.template b/platform/android/build.gradle.template index 1fe6d255b9f..e8de93067ff 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$$ ] }