Runtime error library not found
AlexanderBykin opened this issue · 1 comments
AlexanderBykin commented
Hi
I added library into dependency and implemented startActivityForResult
as in demo but in runtime i have exception
E/vndksupport: Could not load vendor/lib/egl/libGLES_mali_v2.so from sphal namespace: dlopen failed: library "vendor/lib/egl/libGLES_mali_v2.so" not found.
Sample project working fine, don't understand why it is happens
Device: Android 8, Huawei P10
AlexanderBykin commented
ok, found and tested a workaround:
- copy
liveedgedetection
andopenCVLibrary340
into your project include
them atsettings.gradle
,include ':liveedgedetection', ':openCVLibrary340'
- add dependency to
liveedgedetection
in yourapp
project,implementation project(':liveedgedetection')
- [Optioanl] upgrade tarket SDK at copied
liveedgedetection
to your project SDK - run