Android giving Unknown constant tag 85 in class file

Viewed 207

I was working in the android studio all thing were fine until it gives me a sudden error which I have no idea how to fix it.


A problem occurred evaluating project ':app'.
> Unknown constant tag 85 in class file com/android/builder/testing/ConnectedDeviceProvider

this bug is happening to all my projects and seams not related to my project.

1 Answers

I had similar issue all I did was invalidate and restarted android studio and it was well. note I am on Android Studio Bumblebee

Related