java.lang.IllegalStateException: SimpleTypeImpl should not be created for error type

For me, the error was appearing due to invalid import statement. Android Studio didn’t show anything regarding the same. I had to go to every single file, then studio shown the invalid import error. Fixed it and the build error’s gone.

Leave a Comment