Could not find class 'net.sourceforge.zbar.ImageScanner' referenced method com.rockers.entrymanager.CameraTestActivity.onCreate

StackOverflow https://stackoverflow.com/questions/19702018

  •  02-07-2022
  •  | 
  •  

Frage

when i click on the scan my application is stopped. I have also import that.

/* Import ZBar Class files */
import net.sourceforge.zbar.ImageScanner;
import net.sourceforge.zbar.Image;
import net.sourceforge.zbar.Symbol;
import net.sourceforge.zbar.SymbolSet;
import net.sourceforge.zbar.Config;
War es hilfreich?

Lösung

Maybe it's late but I solved a similar problem by importing in libs folder armeabi folder which has libiconv.so and libzbarjni.so inside, also armeabi-v7a folder with same files inside and lastly x86 folder again with the same files

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top