AbolfaZl RezaEi
AbolfaZl RezaEi
but in the `MapView` class we load SDK like this before we do anything... ```java static { try { System.loadLibrary("carto_mobile_sdk"); AndroidUtils.attachJVM(MapView.class); } catch (Throwable t) { android.util.Log.e("carto_mobile_sdk", "Failed to initialize...
Ok. We will do this for our next application version and report the issue here(if we see it in the console)
Well, after a release that We had, We received these stack traces from our crash report. We hope that these are good points enough to catch this exception: > it's...
@mtehver I think it's good to mention all of our steps for building and using Carto in our application: 1. for building Carto-SDK, every time We wanna build the SDK,...
after some check that is had, I realize that we have a problem with starting MockPlayerActivity. we should re-check this lifecycle and we would have a good solution for that.
### this issue is blocked until [Auth section](https://github.com/AbolfaZlRezaEe/NMock/issues/25) is done!
auth section is done now. we can work on this section