You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What went wrong:
Execution failed for task ':flutter_barcode_scanner:compileReleaseJavaWithJavac'.
Compilation failed; see the compiler error output for details.
location: class drawable
C:\Users\dell\AppData\Local\Pub\Cache\hosted\pub.dev\flutter_barcode_scanner-2.0.0\android\src\main\java\com\amolg\flutterbarcodescanner\BarcodeCaptureActivity.java:416: error: cannot find symbol
} else if (i == R.id.btnBarcodeCaptureCancel) {
^
symbol: variable btnBarcodeCaptureCancel
location: class id
C:\Users\dell\AppData\Local\Pub\Cache\hosted\pub.dev\flutter_barcode_scanner-2.0.0\android\src\main\java\com\amolg\flutterbarcodescanner\BarcodeCaptureActivity.java:422: error: cannot find symbol
} else if (i == R.id.imgViewSwitchCamera) {
To Reproduce
Steps to reproduce the behavior:
just import that package
flutter clean command
flutter pub get command
flutter build apk --release command
above error show on console
Expected behavior
after importing that project must be build
The text was updated successfully, but these errors were encountered:
Describe the bug
Execution failed for task ':flutter_barcode_scanner:compileReleaseJavaWithJavac'.
location: class drawable
C:\Users\dell\AppData\Local\Pub\Cache\hosted\pub.dev\flutter_barcode_scanner-2.0.0\android\src\main\java\com\amolg\flutterbarcodescanner\BarcodeCaptureActivity.java:416: error: cannot find symbol
} else if (i == R.id.btnBarcodeCaptureCancel) {
^
symbol: variable btnBarcodeCaptureCancel
location: class id
C:\Users\dell\AppData\Local\Pub\Cache\hosted\pub.dev\flutter_barcode_scanner-2.0.0\android\src\main\java\com\amolg\flutterbarcodescanner\BarcodeCaptureActivity.java:422: error: cannot find symbol
} else if (i == R.id.imgViewSwitchCamera) {
To Reproduce
Steps to reproduce the behavior:
Expected behavior
after importing that project must be build
The text was updated successfully, but these errors were encountered: