Search code examples
android-studiodata-binding

Android app not executed . Please help me out from this problem


During Rebuild Project following error message shown in Logcat

Task :app:dataBindingGenBaseClassesDebug FAILED no info log is passed. There are no resources?

Execution failed for task ':app:dataBindingGenBaseClassesDebug'.

Parameter 'directory' is not a directory


Solution

  • Use this command

    ./gradlew assembleDebug --rerun-tasks