Android Question Barcode Scanner Error

khwarizmi

Active Member
Licensed User
Longtime User
Hi all

I tried to use Barcode Scanner library, but I got an error:
B4X:
Try
        zxslv.Initialize("zxslv")

        Activity.AddView(zxslv, 50%x - 45%y, 5%y, 90%y, 90%y)

        zxslv.HudVisible = True
        zxslv.PlaySound = True
        zxslv.Visible = True
Catch
    Log(LastException)
End Try

the error is: android.content.res.Resources$NotFoundException: Resource ID #0x0
 

DonManfred

Expert
Licensed User
Longtime User
You need to post the FULL Error
 
Upvote 0
Top