diff --git a/android/build.gradle b/android/build.gradle index d83ab83b..2e9e2583 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -68,7 +68,9 @@ def supportsNamespace() { android { if (supportsNamespace()) { namespace "io.agora.rtc.ng.react" - + buildFeatures { + buildConfig true + } sourceSets { main { manifest.srcFile "src/main/AndroidManifestNew.xml"