我有一个使用create-react-native-app
创建并退出的基本react native应用。这只是由此产生的骨骼。
但是,当我运行react-native run-android
时,构建失败并显示:
What went wrong:
Execution failed for task ':app:transformClassesWithDexForDebug'.
com.android.build.api.transform.TransformException:java.lang.RuntimeException:java.io.IOException:无法创建C:\ projects \ react-native \ test \ android \ app \ build \的父目录中间体\ pre-dexed \ debug \ com.facebook.fresco-imagepipeline-1.3.0_2d70b19f3279e7c5f86cf043c3f16cf941d42f9b.jar
当我检查路径时,调试目录不存在。
我在Windows 10上使用Powershell在admin模式下运行,因此权限不应该成为问题。 我拥有的另一个React Native应用程序,它是React Native Navigation2的基本示例,已经超过了这一点并加载到我的设备上,因此我的设置可以。
我只是不确定在创建和弹出新应用程序时可能出了什么问题。 有什么想法吗?