saki4510t / UVCCamera

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

support ndk higher version #598

Open ZhouShowfew opened 3 years ago

ZhouShowfew commented 3 years ago

@saki4510t Can you support ndk higher version. Now we can only use this lib with ndk 14, but I have some lib required 19 or even higher version so I can't use them together.

Ivan421399 commented 3 years ago

in Application.mk change the APP_ABI string to: "APP_ABI := armeabi-v7a arm64-v8a" Also uncomment the NDK_TOOLCHAIN_VERSION string

ZhouShowfew commented 3 years ago

thanks, found the solution here for support ndk r17 https://github.com/saki4510t/UVCCamera/issues/358