Reputation: 489
Whenever I move my React Native projects they never seem to work in the new directory. I am using npx react-native run-android
to run but the build always fails. This time I am getting :mergeDexDebug FAILED even though I have enabled multiDex. So, how should I move the project to a new directory?
Upvotes: 1
Views: 629
Reputation: 19
You could upload it to github, delete where it is on your local device, then git clone it in the place that you want.
Upvotes: 1