-
-
Notifications
You must be signed in to change notification settings - Fork 50
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
Storage Permission Error on Android 11 #74
Comments
👋 Hello @isabinimam, thank you for submitting a To help us address your storage permission issue on Android 11 efficiently, please ensure you've provided the following information:
Additionally, ensure that:
Please check existing issues to avoid duplicates. If you have any more details or attachments to add, feel free to comment on this issue. Thank you for your contribution to improving the yolo-flutter-app project! 🌟 |
when i running example code for object detection on android 11. yolo-flutter-app/example. Environtment: Behavior: Run Log: |
Please ensure you're using the latest version of the |
when running this code on android 11, the app's only asking for camera permission. there's no asking storage permission. When i give storage permission manually the error still insist. "Error requesting permissions".
this is the run log:
Launching lib\main.dart on CPH1911 in debug mode...
Running Gradle task 'assembleDebug'...
√ Built build\app\outputs\flutter-apk\app-debug.apk
Installing build\app\outputs\flutter-apk\app-debug.apk...
Debug service listening on ws://127.0.0.1:55805/ICxcpbQrjqQ=/ws
Syncing files to device CPH1911...
I/cs_yolo_exampl( 8970): Compiler allocated 4649KB to compile void android.view.ViewRootImpl.performTraversals()
D/permissions_handler( 8970): No permissions found in manifest for: []9
D/permissions_handler( 8970): No permissions found in manifest for: []9
E/Parcel ( 8970): Reading a NULL string not supported here.
E/ion ( 8970): ioctl c0044901 failed with code -1: Invalid argument
D/ProfileInstaller( 8970): Installing profile for com.ultralytics.ultralytics_yolo_example
V/PhoneWindow( 8970): DecorView setVisiblity: visibility = 0, Parent = android.view.ViewRootImpl@3905c4e, this = DecorView@2eb416f[MainActivity]
I/GED ( 8970): ged_boost_gpu_freq, level 100, eOrigin 2, final_idx 15, oppidx_max 15, oppidx_min 0
I/GED ( 8970): ged_boost_gpu_freq, level 100, eOrigin 2, final_idx 15, oppidx_max 15, oppidx_min 0
V/PhoneWindow( 8970): DecorView setVisiblity: visibility = 4, Parent = android.view.ViewRootImpl@3905c4e, this = DecorView@2eb416f[MainActivity]
The text was updated successfully, but these errors were encountered: