React Native Build Error

FAILURE: Build failed with an exception.

  • What went wrong: Failed to capture snapshot of output files for task ':react-native-linear-gradient:processDebugManifest' property 'aaptFriendlyManifestOutputDirectory' during up-to-date check.

    java.nio.file.AccessDeniedException: P:\React Native\JDream\node_modules\react-native-linear-gradient\android\build\intermediates\manifests\aapt\debug

this is the error i am getting in console please any one help mee

if you are using android just follow those steps

1-cd android

2- gradlew clean

3-cd ..

4- react-native run-android

Comments

Popular posts from this blog

Meaning of `{}` for return expression

Get current scroll position of ScrollView in React Native

flutter websocket connection issue