saki4510t / UVCCamera

library and sample to access to UVC web camera on non-rooted Android device
2.99k stars 1.2k forks source link

finished with non-zero exit value 2 #510

Closed flybird333 closed 4 years ago

flybird333 commented 4 years ago

Process 'command 'C:\Users\Administrator\AppData\Local\Android\Sdk\ndk-bundle/ndk-build.cmd'' finished with non-zero exit value 2 when i run this project ,android studio has a mistake。

windows 10 android studio 3.3.2 ndk 20.0.5594570 com.android.tools.build:gradle:3.1.4 ext { supportLibVersion = '27.1.1' versionBuildTool = '27.0.3' versionCompiler = 27 versionTarget = 27 versionNameString = '1.0.0' javaSourceCompatibility = JavaVersion.VERSION_1_8 javaTargetCompatibility = JavaVersion.VERSION_1_8 }

hjhcs121 commented 4 years ago

i have the same issue!

hjhcs121 commented 4 years ago

i have the same issue! this solve the problem https://www.jianshu.com/p/e9b8eb2c3bd5

flybird333 commented 4 years ago

APP_ABI := armeabi-v7a
it work , thank you ! @hjhcs121