zxing-android-embedded icon indicating copy to clipboard operation
zxing-android-embedded copied to clipboard

Barcode scanner library for Android, based on the ZXing decoder

Results 120 zxing-android-embedded issues
Sort by recently updated
recently updated
newest added

#### Description of the problem: In Android 11 or above devices, StrictMode is raising an IllegalAccessException due to the new restrictions of non-visual Context usages when handling UI. This is...

E/AndroidRuntime: FATAL EXCEPTION: main Process: com.kressrobotik.mission, PID: 32019 android.view.InflateException: Binary XML file line #60: Binary XML file line #60: Error inflating class com.journeyapps.barcodescanner.DecoratedBarcodeView Caused by: android.view.InflateException: Binary XML file line...

#### Description of the problem: There are quite a few crashes reported in Play Store for Android SDKs 8.1, 9, 10 and 11 (at least). The stacktrace for Android SDK...

4.3.0 OPPO F19 PRO, Android 11 public static String createQRCodeImage(String text) { BarcodeEncoder barcodeEncoder = new BarcodeEncoder(); Bitmap bitmap = null; String path = BKConstants.getDirectoryPath(""); String fileName = "QRCode.jpg"; File...

#### Description of the problem: We are getting black preview screen, when we started scanner like below. ![Screenshot_20211101-144443](https://user-images.githubusercontent.com/7905505/143446000-5c26b9b1-bb66-4ad3-8b20-e1dec067301d.png) **Which library version are you using?** E.g. 3.2.0. 4.2.0 **Which phone/tablet are...

If the app targets API >=14 this step is not needed, unless it was explicitily disabled.

After scanning a QR Code I want to save the exact same QR-Code as scanned before. Please see an example of my code from my MainActivity below: ``` public void...

#### Description of the problem: Lib/sdk does not scan QR code on Samsung Tablet "Samsung Galaxy A7". Library keeps throwing **Error in decodeCameraXImage- com.google.zxing.NotFoundException** when decoding QR code (same QR...

#### Description of the problem: Hello i have to decode qrcode using the otaliastudios.cameraview library there is a frameprocessor i have this result direct decode exception com.google.zxing.NotFoundException DecodeHintType.PURE_BARCODE exception com.google.zxing.NotFoundException...

#### Description of the problem: ``` com.journeyapps.barcodescanner.CaptureActivity}: android.content.res.Resources$NotFoundException: Resource ID #0x7d070019 at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3431) at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3595) at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:85) at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135) at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2066) at android.os.Handler.dispatchMessage(Handler.java:106) at android.os.Looper.loop(Looper.java:223) at android.app.ActivityThread.main(ActivityThread.java:7664) at...