Environment Information
- Platform: Genio-720, D9300
- Toolkit Version: GAI-Deployment-Toolkit-v2.0.1_stable-diffusion-v2-1-controlnet-lora-v0.3.tar.gz
Issue Description:
NDK build process fails before model inference. The error is:
ndk-build failed with error: -1073741819
This occurs because the batch script erroneously changes directories (cd jni) before executing ndk-build.
Solution:
Review and correct directory navigation in the script to ensure ndk-build is executed from the correct path. Remove redundant or incorrect cd commands leading into the jni directory.