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

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

  •  02-07-2022
  •  | 
  •  

質問

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;
役に立ちましたか?

解決

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

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top