You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many friends got such exception, include me! Now I will share my solution。
Make sure all of the dependencies jar(javacv, javacpp, opencv, ffmpeg.. etc) in your libs, can solve most problems;
Otherwise, check -Xss,too small value could result in StackOverflowException which lead to not all of the .so file loaded, and then got NoClassDefFoundError!
I encountered -Xss problem,default set -Xss256k; When modified -Xss1m, all work fine!
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: