Closed Vinayak006 closed 2 months ago
@DenisovAV, Any thought on this? what might cause this issue?
Adding below to the AndroidManifest.xml
above tag </application>
, fixed this issue for me:
<uses-native-library
android:name="libOpenCL.so"
android:required="false"/>
<uses-native-library android:name="libOpenCL-car.so" android:required="false"/>
<uses-native-library android:name="libOpenCL-pixel.so" android:required="false"/>
Description:
I encountered a fatal crash when running the application with the following error:
The crash leads to a fatal signal:
Steps to Reproduce:
Logs:
Attached below is a snippet of the relevant logcat output: