Ask Your Question

Liya's profile - activity

2017-02-20 07:38:53 -0600 asked a question How can I regenerate .SO files for my opencv library

I am using opencv library for Video Recording ,

My application is for live video streaming and recording (both audio and video) using wifi. Once I tried to upload to play store Google rejected my application due to Libpng vulnerability , and I found the problem with opencv lib version, so replaced the opencv jar file with its gradle dependency ,deleted the .so files from libs/armeabi.jar folder and rebuit the project,,then Google didn't show that vulnerability issue and it got uploaded to the play store. But the Shared object files arent regenerating, hence some functionality like recording the streamed video does not work. I would like to know How can I regenerate .SO files .