shaileshmulange / javacv

Automatically exported from code.google.com/p/javacv
GNU General Public License v2.0
0 stars 0 forks source link

Android JavaCv library is makes apk very high weightage. #260

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi all , 

I am working on Javacv Android Library to create video from group of images. 
It works and providing the video. But App size after installing into the mobile 
is shows 41 MB. 
i want to convert video alone i dont want any other supports. So please advice 
me to avoid other .so files and related files to reduce the weight. 

Thanks,
Rajesh K

Original issue reported on code.google.com by itsrajes...@gmail.com on 30 Nov 2012 at 10:29

GoogleCodeExporter commented 9 years ago
If removing unneeded .so library files doesn't make it small enough, you will 
need to compile a custom version that contains only the functionality you are 
interested in. There isn't a lot of documentation about that at the moment, but 
the README.txt file that comes with the package is a good start. Let me know if 
you have any questions after reading it

Original comment by samuel.a...@gmail.com on 6 Dec 2012 at 1:41