Skip to content
New issue

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

f0Interuption/Exception caught(code = 0x00000fd, addr=0000000076EE0DC) #17

Open
jonaling opened this issue Sep 8, 2016 · 1 comment

Comments

@jonaling
Copy link

jonaling commented Sep 8, 2016

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

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

@Fan-Dev
Copy link

Fan-Dev commented Oct 9, 2016

你能打完整的汉字吗?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants