Iliyan Alinski
Iliyan Alinski
I have a solution here: https://github.com/viromedia/viro/issues/748#issuecomment-1933535988
### At this point the only solution I found is changing your files to this: **settings.gradle** ``` rootProject.name = 'ViroStarterKit' apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings) include ':app' includeBuild('../node_modules/@react-native/gradle-plugin') include ':react_viro', ':arcore_client',...
Same error here. Any fix on this?
I get the same error after building .apk/.aab. Is there any solution?