简体   繁体   中英

Unable to run React Native app when integrating React Native Navigation

I followed the steps on the official Wix React Native Navigation documentation to integrate it on android.

But after making the necessary changes, I'm getting this error when I try to run the app :

FAILURE: Build failed with an exception.

Execution failed for task ':app:transformNative_libsWithMergeJniLibsForDebug'.
    > java.io.IOException: Could not delete path 'C:\Users\PathToProject\android\app\build\intermediates\transforms\mergeJniLibs\debug\folders'. 

I don't know how to debug this error. How do I fix it?

删除您的app> project的build文件夹,然后执行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