You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used AndroidStudio 2.3.3 for build your project , I used ndk-build to build momo library sucucessfully. But crashed when debug into this code :
public void onResume() {
super.onResume();
OpenCVLoader.initAsync(OpenCVLoader.OPENCV_VERSION_2_4_3, this, mLoaderCallback);//crashed here
}
,and then I debug into it , found crashed here with error: "Not supported in system context "
if (AppContext.bindService(new Intent("org.opencv.engine.BIND"),
helper.mServiceConnection, Context.BIND_AUTO_CREATE))
So i try to replace OpenCV_VESRION_2_4_11(refer your opencv library in project), it is still the same error.
Ps: my smart phone is Samsung GALAXRY 7, and some other phone like huawei is the same error.
Please give me some tips for this.
The text was updated successfully, but these errors were encountered:
I used AndroidStudio 2.3.3 for build your project , I used ndk-build to build momo library sucucessfully. But crashed when debug into this code :
public void onResume() {
super.onResume();
OpenCVLoader.initAsync(OpenCVLoader.OPENCV_VERSION_2_4_3, this, mLoaderCallback);//crashed here
}
,and then I debug into it , found crashed here with error: "Not supported in system context "
if (AppContext.bindService(new Intent("org.opencv.engine.BIND"),
helper.mServiceConnection, Context.BIND_AUTO_CREATE))
So i try to replace OpenCV_VESRION_2_4_11(refer your opencv library in project), it is still the same error.
Ps: my smart phone is Samsung GALAXRY 7, and some other phone like huawei is the same error.
Please give me some tips for this.
The text was updated successfully, but these errors were encountered: