I\'ve tried gradlew clean and every other solution available here and on GitHub but the error doesn\'t match and solution doesn\'t work
Error on cmd A
I solve issue by enabling
android { defaultConfig { // ... multiDexEnabled true } // ... }
path : android/app/build.gradle