0
I made a simple app that reads a barcode and inserts it into a base sqlite
.
When I am in debug, it works perfectly, it saves the data, etc...
But when I release, disconnect the phone from the notebook, the app opens, starts reading the camera, but at the time it should record in the bank, the app stops working and closes.
I tried to give all possible permissions to the app and it still didn’t work.
What can it be?
You’d have to try to verify the error in
log
or atry catch
at the time of recording and post here this error log.– rubStackOverflow
I used that in the name of the project that was generating the error
– Elisson Prates