Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error:null value in entry: streamOutputFolder=null [closed]

I am unable to run my app in emulator because of this Error:

Error:null value in entry: streamOutputFolder=null

Can someone please help?

like image 504
Sagar Duhan Avatar asked Mar 07 '17 13:03

Sagar Duhan


1 Answers

If you use gradle, then you need to delete .gradle directory.

removing the .gradle directory does indeed fix the problem

Resource Link: https://discuss.gradle.org/t/null-value-in-entry-dependencycachedir-null/19191

like image 61
SkyWalker Avatar answered Oct 06 '22 09:10

SkyWalker