16

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

Error:null value in entry: streamOutputFolder=null

Can someone please help?

Vishal Chhodwani
  • 2,567
  • 5
  • 27
  • 40
Sagar Duhan
  • 257
  • 3
  • 15
  • 1
    are you using gradle ? @SagarDuhan – SkyWalker Mar 07 '17 at 13:17
  • 1
    It is difficult for anyone to suggest anything with such less information and no code. Do add what you are trying to do and so verifiable code. – Coder Mar 07 '17 at 15:09
  • 1
    Possible duplicate of [What is a NullPointerException, and how do I fix it?](http://stackoverflow.com/questions/218384/what-is-a-nullpointerexception-and-how-do-i-fix-it) – petey Mar 07 '17 at 18:55

1 Answers1

35

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

SkyWalker
  • 28,384
  • 14
  • 74
  • 132