Cannot create link,OS Error: The client does not have the required privileges. , errno = 1314
Android get flutter_blue Cannot create link, path = 'D:\flutter_sdk\flutte2.5.1\flutte2.5.1\Flutter2.5.1.pub-cache_temp\dir47829a2a\macos\Classes\FlutterBluePlugin.h' (OS Error: The client does not have the required privileges. , errno = 1314 )
flutter get occur
The reason is windows (NTFS/Fat32) does not support symbolic link
- https://github.com/pauldemarco/flutter_blue/blob/master/macos/Classes/FlutterBluePlugin.h
- https://github.com/pauldemarco/flutter_blue/blob/master/macos/Classes/FlutterBluePlugin.m
Running flutter pub get from an admin PowerShell seems to have worked for me.
@igor-oxos
Thanks. I was also facing the same issue. Running flutter pub get from admin PowerShell also worked for me.
Run android studio as an Administrator in windows solved the error...