Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Execution failed for task ':app:dataBindingGenBaseClassesDebug'. Error after upgrading to Android Studio 3.2.1

I got the error after making the project:

FAILURE: Build failed with an exception.

  • What went wrong: Execution failed for task ':app:dataBindingGenBaseClassesDebug'.

    Parameter 'directory' is not a directory

This started after upgrading to Android Studio 3.2.1

Any ideas what this could be?

like image 622
live-love Avatar asked Nov 30 '18 15:11

live-love


1 Answers

The following command worked for me.

./gradlew assembleDebug --rerun-tasks
like image 154
solamour Avatar answered Oct 01 '22 03:10

solamour