Now, where ever I used to have
Crashlytics.logException(e);
I'm getting an error similar to
The type io.fabric.sdk.android.Kit cannot be resolved. It is indirectly referenced from required .class files MonthlyOffer.java /JOM Android Phone App/src/joelosteen/android/phone/JOMApp/layout line 234 Java Problem
So are we not able to use logException with fabric?
** EDIT **
Thanks to sublime text 3 I did a find in files...
and commented out every occorrence of lines with fabric or crashlytics in them:
- find:
(.*[fabric|crashlytics].*)
- in:
*
(make sure this is your src folder) - replace:
// $1
** EDIT **
Using Eclipse v4.2.0