I have created a GoogleTV project(GoogleTV AddOn API 12).Here, I need to use a third-party player for implementing Http Live streaming.Now, when I ran the code, It is giving me "UnSatisfiedLinkError" which is thrown when the .so files are not found(specifically for this project).Now, I did extract the APK and found that the .so files are present at lib/armeabi folder and not lib folder. I have placed all the jar files in the libs folder and pasted all the .so files in armeabi folder(which is placed inside libs folder).strong text
Can someone suggest any pointer on this?
Thanks in advance!!!