2

I have tried all the solutions provide in below stackoverflow question But none of these work for me.

java.lang.NullPointerException (no error message)

Here,I have attached the logs file for further information.Please help me if any one knows.I am really struggling with these.Thanks.

  • Gradle version : 4.4
  • Android Plugin version : 3.1.3

Log file for the exception

VP4Android
  • 576
  • 4
  • 17
  • 1
    Solved : Android Studio --> Preferences --> Build,Execution,Deployment : uncheck Configure on demand Ref : https://stackoverflow.com/questions/49554589/unit-test-configuration-broke-in-android-studio-3-1 – VP4Android Aug 01 '18 at 20:48

1 Answers1

0

Solve it by Android Studio --> Preferences --> Build, Execution, Deployment and then unchecking Configure on demand

Unit test configuration broke in Android Studio 3.1

James
  • 1,928
  • 3
  • 13
  • 30