When I run my project in Android Studio it fails for the following reason:
Error:(190, 18) error: incompatible types: <anonymous Runnable> cannot be converted to Context
The line in question is:
Fabric.with(this, new Crashlytics());
I've walked through the migration steps for Crashlytics > Fabric 3 times now and I've found a number or sof questions that haven't helped me solve this issue yet.
I have the imports and I have the correct libs. What should I try next?