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
{{ message }}
This repository has been archived by the owner on Nov 12, 2017. It is now read-only.
I have tried in many devices doing your instructions (Huawei P9 Lite, 6.0); (LG G5; 6.0); Nexus 4 (5.1.1); etc. and always the problem its the same:
CANNOT LINK EXECUTABLE: cannot locate symbol
"zn7android14AndroidRuntime5startEPKcS2" (actually this symbol changes sometimes)
referenced by "/data/local/tmp/screenrecordex"
I've read in some forums it may be because i need LD_LIBRARY_PATH=/data/local/tmp ; but it also does not work. I think it's about the shared libraries of android which are *.so files.
Thank you!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have tried in many devices doing your instructions (Huawei P9 Lite, 6.0); (LG G5; 6.0); Nexus 4 (5.1.1); etc. and always the problem its the same:
CANNOT LINK EXECUTABLE: cannot locate symbol
"zn7android14AndroidRuntime5startEPKcS2" (actually this symbol changes sometimes)
referenced by "/data/local/tmp/screenrecordex"
I've read in some forums it may be because i need LD_LIBRARY_PATH=/data/local/tmp ; but it also does not work. I think it's about the shared libraries of android which are *.so files.
Thank you!
The text was updated successfully, but these errors were encountered: