Issues during running react native app.
It shows following error:
:app:transformClassWithDexFor Debug failed error in react native
Please give solution to fix it. Thanks
Issues during running react native app.
It shows following error:
:app:transformClassWithDexFor Debug failed error in react native
Please give solution to fix it. Thanks
Remove both build
folder in /android
and /android/app
and build again with react-native run-android
From your project directory
cd android
from cmd as admin run
gradlew clean
then you can install app using react-native run-android