Issue
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?
Solution
The following command worked for me.
./gradlew assembleDebug --rerun-tasks
Answered By - solamour
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.