Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

AndroidStudio gradle error: "Error:null value in entry: resOutputDir=null"

I had the build/make error

Error:null value in entry: resOutputDir=null

when building my project in AdroidStudio

like image 273
Jason Hitchings Avatar asked Feb 23 '17 11:02

Jason Hitchings


2 Answers

In my case I had a typo in the variable. domain instead of Domain.

like image 56
Carson Holzheimer Avatar answered Dec 02 '22 17:12

Carson Holzheimer


I stuck in the problem like this. What I done is; Delete the .Gradle Folder From the Project File in the Project location.

Then Built and Clean the Project. I searched a lot on Google but the Solution I got from a blog is...

Delete .Gradle Folder -> Clean->Built

like image 41
Usman Ali Avatar answered Dec 02 '22 16:12

Usman Ali