简体   繁体   中英

Firebase React Native build error after linking module

I'm attempting to use the firestack module to implement social media signin into my React Native project: https://github.com/fullstackreact/react-native-firestack

However after linking the module, I am receiving the following error during the build:

Execution failed for task ':app:processDebugResources'.
java.io.IOException: Could not delete path 'C:\Users\######\project\android\app\build\generated\source\r\debug\android'.

删除android / app中的构建目录,然后尝试react-native run-android

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM