I have the same issue like Cannot initialize Crashlytics NDK and Crashlytics ndk fails to load .
Could we get info from new CrashlyticsNdk()
to know OK or not in java code?
the project https://github.com/mapsme/omim uses crashlytics:
public void initCrashlytics()
{
...
Fabric.with(this, new Crashlytics(), new CrashlyticsNdk());
nativeInitCrashlytics();
mCrashlyticsInitialized = true;
}
in cpp, the code is same as we used:
but I can not find any way to know.