Skip to content Skip to sidebar Skip to footer

Libzbarjni.so Has Text Relocations. This Is Wasting Memory And Prevents Security Hardening

In my barcode scanner application, using zbar lib for scanning barcode. It is thowing runtime exception as OutOfMemoryError. Anybody please help to resolve this issue. logcat: 2-16

Solution 1:

I am getting this error on some devices because of memory issues. And I resolved it by importing the zbar whole lib code in workspace and using zbar lib app as lib from workspace instead of adding/keeping lib(.jar) in my own application.


Post a Comment for "Libzbarjni.so Has Text Relocations. This Is Wasting Memory And Prevents Security Hardening"