error permission #89
AlakbarHeyderov
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What went wrong:
Execution failed for task ':permission_handler:lint'.
Fix the issues identified by lint, or add the following to your build script to proceed with errors:
...
android {
lintOptions {
abortOnError false
}
}
...
Errors found:
/Users/mymac/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/permission_handler-6.1.3/android/src/main/java/com/baseflow/permissionhandler/ServiceManager.java:153: Error: Missing permissions required by BluetoothAdapter.isEnabled: android.permission.BLUETOOTH [MissingPermission]
return bluetoothAdapter.isEnabled();
Beta Was this translation helpful? Give feedback.
All reactions