neta777

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Various problems with Android NDK #6696
    neta777
    Participant

    There are no problems using this path when I use the standard NDK tools.  In fact, I think this is the standard way to do it. See https://developer.android.com/tools/projects/index.html:

    main/jni/

    Contains native code using the Java Native Interface (JNI). For more information, see the Android NDK documentation.

    You can also check Google’s own NDK sample, which places the code here:

    https://github.com/googlesamples/android-ndk/tree/master/hello-jni/app/src/main/jni

     

    This is exactly how I built my directory structure.

    BR

    Neta

    in reply to: Various problems with Android NDK #6694
    neta777
    Participant

    The path to my JNI directory is C:\Users\nzmora\AndroidStudioProjects\CameraProcessor\app\src\main\jni.

    So it is under  “C:\Users\nzmora\AndroidStudioProjects\CameraProcessor\app”, but not _directly_ under.

    I would like to preserve the directory structure which I’m using now.  Is this possible?

Viewing 2 posts - 1 through 2 (of 2 total)