1、Error:The modules'MOOC','android'point to same directory in the file system. Each module has to have a unique path
- 背景介绍:使用android studio编译react-native项目,报错如下
![]()
react-native error: Each module has to have a unique path.错误解决
2、解决方案:将项目android文件下的 ***.iml 文件删掉,重新导入编译即可
![]()
react-native error: Each module has to have a unique path.错误解决