'Execution failed for task ':app:generateDebugBuildConfig' in VS Code
Have been trying to run my react-native application with react-native run-android on VS Code Terminal and got an error every time.
I tried wiping data of the virtual device Ran ./gradlew clean Did chmod 755 android/gradlew Set sdk.dir = /Users/Aishwarya/Library/Android/sdk in local.properties
Nothing seems to work. What should I do to run the app, it has 2 packages i.e. react-native-ble-plx and react-native-bluetooth-state-manager.
Here is my build.gradle and the error link.
[Actual Error. FAILURE: Build failed with an exception.
- What went wrong: Execution failed for task ':app:generateDebugBuildConfig'.
Error while evaluating property 'buildConfigPackageName' of task ':app:generateDebugBuildConfig' Failed to calculate the value of task ':app:generateDebugBuildConfig' property 'buildConfigPackageName'. > Failed to query the value of property 'packageName'. > org.xml.sax.SAXParseException; systemId: file:/Users/Aishwarya/Documents/bleTest/android/app/src/main/AndroidManifest.xml; lineNumber: 10; columnNumber: 105; ]1
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
