jamesisaac / react-native-background-task

Periodic background tasks for React Native apps, cross-platform (iOS and Android), which run even when the app is closed.
MIT License
1.1k stars 111 forks source link

Execution failed for task app:transformClassesWithDexForDebug #45

Open ddthanhdat opened 6 years ago

ddthanhdat commented 6 years ago

image

How can i fix it ? when i run command "react-native run-android"

vinaygosain commented 5 years ago

try running cd android && gradlew clean and then react-native run-android