Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

plugin not supported #363

Open
pranav-paithankar opened this issue Oct 17, 2024 · 0 comments
Open

plugin not supported #363

pranav-paithankar opened this issue Oct 17, 2024 · 0 comments

Comments

@pranav-paithankar
Copy link

Describe the bug

  • 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:

  1. just import that package
  2. flutter clean command
  3. flutter pub get command
  4. flutter build apk --release command
  5. above error show on console

Expected behavior
after importing that project must be build

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant