io2015-codelabs icon indicating copy to clipboard operation
io2015-codelabs copied to clipboard

txtView object not declared in the Barcode Dectector Setup

Open laea51 opened this issue 7 years ago • 0 comments
trafficstars

Hi, when trying to Compile the App, there was an error, that the txtView object was not defined, the App worked after I deleted the next code:

if(!detector.isOperational()){ txtView.setText("Could not set up the detector!"); return;

Nevertheless I believe that the feature is valid, but I couldn't declare the txtView object, so I removed the code. Maybe because I used an Android 5.1 lollipop version output.

laea51 avatar Aug 04 '18 00:08 laea51