react-native-unimodules icon indicating copy to clipboard operation
react-native-unimodules copied to clipboard

an error occurred while starting android

Open komelabbbas opened this issue 2 years ago • 0 comments

`FAILURE: Build failed with an exception.

  • Where: Settings file '/Users/bytefury/web/inmyblood-mobile/android/settings.gradle' line: 2

  • What went wrong: A problem occurred evaluating settings 'Talisman'.

index 0,length 0

  • Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

  • Get more help at https://help.gradle.org

BUILD FAILED in 467ms`

settings.gradle

rootProject.name = 'Talisman'
apply from: new File(["node", "--print", "require.resolve('react-native-unimodules/package.json')"].execute().text.trim(), "../gradle.groovy"); includeUnimodulesProjects()
apply from: new File(["node", "--print", "require.resolve('@react-native-community/cli-platform-android/package.json')"].execute().text.trim(), "../native_modules.gradle"); applyNativeModulesSettingsGradle(settings)
include ':app'

komelabbbas avatar Jun 28 '22 12:06 komelabbbas