We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
you wen ti yong NDK zai: (There is a problem when running with NDK at:) :app:cleanNative
"F:\Android\sdk1\ndk-bundle\build..\prebuilt\windows-x86_64\bin\make.exe": Interrupt/Exception caught (code = 0xc00000fd, addr = 0000000076EEF0DC). Error:Execution failed for task ':app:cleanNative'. Process 'command 'F:\Android\sdk1\ndk-bundle\ndk-build.cmd'' finished with non-zero exit value 255
"F:\Android\sdk1\ndk-bundle\build..\prebuilt\windows-x86_64\bin\make.exe": Interrupt/Exception caught (code = 0xc00000fd, addr = 0000000076EEF0DC).
Error:Execution failed for task ':app:cleanNative'. Process 'command 'F:\Android\sdk1\ndk-bundle\ndk-build.cmd'' finished with non-zero exit value 255
Zai "build.gradle", wo chuan zhe li:
task buildNative(type: Exec, description: 'Compile JNI source via NDK') { def ndkDir = android.ndkDirectory commandLine "$ndkDir\\ndk-build.cmd", '-C', file('src/main/jni').absolutePath, // Change src/main/jni the relative path to your jni source '-j', Runtime.runtime.availableProcessors(), 'all', 'NDK_DEBUG=0' }
task cleanNative(type: Exec, description: 'Clean JNI object files') { def ndkDir = android.ndkDirectory commandLine "$ndkDir\\ndk-build.cmd", '-C', file('src/main/jni').absolutePath, // Change src/main/jni the relative path to your jni source 'clean' }
Wo yong 'Windows 7 cmd' kai. Wo yao yong 'emulator' kai
The text was updated successfully, but these errors were encountered:
你能打完整的汉字吗?
Sorry, something went wrong.
No branches or pull requests
you wen ti yong NDK zai: (There is a problem when running with NDK at:)
:app:cleanNative
Zai "build.gradle", wo chuan zhe li:
Wo yong 'Windows 7 cmd' kai. Wo yao yong 'emulator' kai
The text was updated successfully, but these errors were encountered: