-
Notifications
You must be signed in to change notification settings - Fork 420
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There is a issue ,why is it? #64
Comments
The current code just support android2.2,if you want to run in the higher version ,you must replace libjniaudio.so & libjnivideo.so with new. |
@liugb I also meet this problem, but how to replace libjniaudio.so & libjnivideo.so, can you give me more details ? or a simple demo |
It seems you need to recompile for android 4.0 using jnivideo.cpp and jniaudio.cpp from https://code.google.com/p/smevideo/source/browse/#svn%2Ftrunk%253Fstate%253Dclosed. It also deprecated but i hope it will help you |
you can get they from android source.
|
How to get them from android source ? |
I will upload them。 How to get them from android source ? — |
These relative so files have been exist in libs/armeabi folder.
But it still show below error info:
Cannot load library: soinfo_relocate(linker.cpp:975): cannot locate symbol "_ZN7android10AudioTrack3setEijiiijPFviPvS1_ES1_iRKNS_2spINS_7IMemoryEEEb" referenced by "libjniaudio.so"...
The text was updated successfully, but these errors were encountered: