This file is 63 lines long
# android
s
This file is 63 lines long
g
It’s strange. Maybe you should clean your project. Anyway, I think its problem in your code. Try to debug (you can add breakpoint for each uncatched exception)
s
It’s not a problem in the code, It was working, then I updated the plugin and the tests started failing. Tried cleaning and invalidating but not getting it to work again
g
Try to debug
s
Seems to be a problem with an extension I have, that’s why it’s saying it’s on a line after the end of file
Thanks for the help 🙂
g
Problem with an extension? Why it’s a line after the end of file?
s
I have the extension in a separate file and referenced a classLoader that didn’t exist in that file anymore so had to pass it in. As to why it points to a weird line I have no idea
g
Oh, I see