Skip to content

fix app crashed problem #5

Description

@HuitMahoon

After successfully compiled, App still crashed when started. Becasue the source code has a error.

By replacing the code in ./jni/DetectionAndRecognition.cpp, line 216:
error code: (JNIEnv * jenv, jclass jclazz, jlong sample, jint size),
should be like this : (JNIEnv * jenv, jclass clazz, jlong sample, jint size)

Recompile ,and it will work.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions