- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
Flutter尝试访问根目录并失败,但是我希望Flutter访问主目录。
如何修改?
命令
flutter -v创建hello_world
异常(exception)
FileSystemException:FileSystemException:存在失败,路径='/root/.pub-cache/hosted/pub.dartlang.org/flutter_template_images-1.0.0/lib /'(操作系统错误:权限被拒绝,errno = 13)
#0 _Directory.existsSync (dart:io/directory_impl.dart:101:7)
#1 ForwardingFileSystemEntity.existsSync (package:file/src/forwarding/forwarding_file_system_entity.dart:45:33)
#2 _templateImageDirectory (package:flutter_tools/src/template.dart:253:79)
#3 Template.fromName (package:flutter_tools/src/template.dart:63:38)
#4 CreateCommand._renderTemplate (package:flutter_tools/src/commands/create.dart:629:46)
#5 CreateCommand._generateApp (package:flutter_tools/src/commands/create.dart:543:29)
#6 CreateCommand.runCommand (package:flutter_tools/src/commands/create.dart:380:37)
#7 _rootRunUnary (dart:async/zone.dart:1192:38)
#8 _CustomZone.runUnary (dart:async/zone.dart:1085:19)
#9 _FutureListener.handleValue (dart:async/future_impl.dart:141:18)
#10 Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:682:45)
#11 Future._propagateToListeners (dart:async/future_impl.dart:711:32)
#12 Future._completeWithValue (dart:async/future_impl.dart:526:5)
#13 _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:36:15)
#14 _completeOnAsyncReturn (dart:async-patch/async_patch.dart:298:13)
#15 FlutterProject.organizationNames (package:flutter_tools/src/project.dart)
#16 _rootRunUnary (dart:async/zone.dart:1192:38)
#17 _CustomZone.runUnary (dart:async/zone.dart:1085:19)
#18 _FutureListener.handleValue (dart:async/future_impl.dart:141:18)
#19 Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:682:45)
#20 Future._propagateToListeners (dart:async/future_impl.dart:711:32)
#21 Future._completeWithValue (dart:async/future_impl.dart:526:5)
#22 _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:36:15)
#23 _completeOnAsyncReturn (dart:async-patch/async_patch.dart:298:13)
#24 IosProject.productBundleIdentifier (package:flutter_tools/src/project.dart)
#25 _rootRunUnary (dart:async/zone.dart:1192:38)
#26 _CustomZone.runUnary (dart:async/zone.dart:1085:19)
#27 _FutureListener.handleValue (dart:async/future_impl.dart:141:18)
#28 Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:682:45)
#29 Future._propagateToListeners (dart:async/future_impl.dart:711:32)
#30 Future._completeWithValue (dart:async/future_impl.dart:526:5)
#31 Future._asyncComplete.<anonymous closure> (dart:async/future_impl.dart:556:7)
#32 _rootRun (dart:async/zone.dart:1184:13)
#33 _CustomZone.run (dart:async/zone.dart:1077:19)
#34 _CustomZone.runGuarded (dart:async/zone.dart:979:7)
#35 _CustomZone.bindCallbackGuarded.<anonymous closure> (dart:async/zone.dart:1019:23)
#36 _microtaskLoop (dart:async/schedule_microtask.dart:43:21)
#37 _startMicrotaskLoop (dart:async/schedule_microtask.dart:52:5)
#38 _runPendingImmediateCallback (dart:isolate-patch/isolate_patch.dart:118:13)
#39 _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:169:5)
flutter 医生
[✓] Flutter (Channel stable, v1.17.5, on Linux, locale ja_JP.UTF-8)
• Flutter version 1.17.5 at /opt/flutter
• Framework revision 8af6b2f038 (11 days ago), 2020-06-30 12:53:55 -0700
• Engine revision ee76268252
• Dart version 2.8.4
[✓] Android toolchain - develop for Android devices (Android SDK version 30.0.0)
• Android SDK at /opt/android-sdk
• Platform android-30, build-tools 30.0.0
• ANDROID_HOME = /opt/android-sdk
• Java binary at: /usr/bin/java
• Java version OpenJDK Runtime Environment (build 1.8.0_252-b09)
• All Android licenses accepted.
[!] Android Studio (not installed)
• Android Studio not found; download from https://developer.android.com/studio/index.html
(or visit https://flutter.dev/docs/get-started/install/linux#android-setup for detailed instructions).
[!] Connected device
! No devices available
! Doctor found issues in 2 categories.
控制台日志
[ +7 ms] executing: [/opt/flutter/] git -c log.showSignature=false log -n 1 --pretty=format:%H
[ +16 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H
[ ] 8af6b2f038c1172e61d418869363a28dffec3cb4
[ ] executing: [/opt/flutter/] git tag --contains HEAD
[ +116 ms] Exit code 0 from: git tag --contains HEAD
[ +1 ms] 1.17.5
[ +4 ms] executing: [/opt/flutter/] git rev-parse --abbrev-ref --symbolic @{u}
[ +1 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u}
[ ] origin/stable
[ ] executing: [/opt/flutter/] git ls-remote --get-url origin
[ +1 ms] Exit code 0 from: git ls-remote --get-url origin
[ ] https://github.com/flutter/flutter.git
[ +40 ms] executing: [/opt/flutter/] git rev-parse --abbrev-ref HEAD
[ +2 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD
[ ] stable
[ +13 ms] Artifact Instance of 'AndroidMavenArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update.
[ +1 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.
[ +3 ms] Artifact Instance of 'MaterialFonts' is not required, skipping update.
[ ] Artifact Instance of 'GradleWrapper' is not required, skipping update.
[ ] Artifact Instance of 'AndroidMavenArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update.
[ ] Artifact Instance of 'FlutterSdk' is not required, skipping update.
[ ] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.
[ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'FontSubsetArtifacts' is not required, skipping update.
[ +21 ms] Creating project hello_world...
[ +20 ms] "flutter create" took 61ms.
Oops; flutter has exited unexpectedly: "FileSystemException: Exists failed, path =
'/root/.pub-cache/hosted/pub.dartlang.org/flutter_template_images-1.0.0/lib/' (OS Error: Permission denied,
errno = 13)".
[+1043 ms] executing: [/opt/flutter/] git -c log.showSignature=false log -n 1 --pretty=format:%ar
[ +2 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%ar
[ ] 11 days ago
[ +5 ms] executing: /opt/flutter/bin/cache/artifacts/engine/android-arm-profile/linux-x64/gen_snapshot
[ +2 ms] Exit code 255 from:
/opt/flutter/bin/cache/artifacts/engine/android-arm-profile/linux-x64/gen_snapshot
[ ] At least one input is required
Usage: gen_snapshot [<vm-flags>] [<options>] <dart-kernel-file>
Common options:
--help
Display this message (add --verbose for information about all VM options).
--version
Print the VM version.
To create a core snapshot:
--snapshot_kind=core
--vm_snapshot_data=<output-file>
--isolate_snapshot_data=<output-file>
<dart-kernel-file>
To create an AOT application snapshot as assembly suitable for compilation
as a static or dynamic library:
--snapshot_kind=app-aot-assembly
--assembly=<output-file>
[--strip]
[--obfuscate]
[--save-debugging-info=<debug-filename>]
[--save-obfuscation-map=<map-filename>]
<dart-kernel-file>
To create an AOT application snapshot as an ELF shared library:
--snapshot_kind=app-aot-elf
--elf=<output-file>
[--strip]
[--obfuscate]
[--save-debugging-info=<debug-filename>]
[--save-obfuscation-map=<map-filename>]
<dart-kernel-file>
AOT snapshots can be obfuscated: that is all identifiers will be renamed
during compilation. This mode is enabled with --obfuscate flag. Mapping
between original and obfuscated names can be serialized as a JSON array
using --save-obfuscation-map=<filename> option. See dartbug.com/30524
for implementation details and limitations of the obfuscation pass.
[ +14 ms] executing: /opt/android-sdk/platform-tools/adb devices -l
⣽[ +17 ms] List of devices attached
[ +2 ms] executing: /opt/android-sdk/platform-tools/adb devices -l
[ +2 ms] List of devices attached
[ +22 ms] executing: /opt/android-sdk/tools/bin/sdkmanager --licenses
最佳答案
如果您使用Arch,则可能适用于您。通过yay / AUR安装Flutter时出现此问题。从https://flutter.dev/docs/get-started/install/linux手动安装软件包解决了该问题。 create不会尝试访问/ root /中的任何内容,并且我可以在不使用sudo的情况下运行命令。
关于linux - flutter create命令尝试访问根目录并失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62856871/
我正在使用 prestashop,在主题中我添加了自己的目录,里面有一个样式表 然后我在 header.tpl 中链接了样式表 例如 但是,如果我在子目录中安装 prestashop,例如 www.
我有以下目录结构: C:\mywebsites \site_1 \site_2 \site_n 在“site_2”中,我安装了 joomla,但是,我在“额外”文件夹之一中有其他文件夹,其
我有一个家庭作业,要求我使用 bash 脚本在 Linux 终端中打印某些内容。我已经完成了其中的大部分,但我被困在我需要做的最后一件事上......这就是我的教授的措辞 Checks to see
通过 Windows Batch,删除文件夹的所有子目录和子文件而不删除/删除所述父/根文件夹的命令是什么? 到目前为止,这是我尝试过的: ECHO "Good riddance, cache! Mu
我正在将 OpenCV 用于各种对象检测器,但我发现很难编写可移植代码。 例如,要在通过自制软件安装了 OpenCV 的 Mac 上加载人脸检测器,我必须这样写: haar=cv.Load('/usr
目录树的主要部分有root(/)、/USR、/var、/home等等。下面是一个典型的linux目录结构如下: / 根目录 /bin 存放必要的命令 /boot
我被这个非常愚蠢的错误所困扰。我正在尝试使用 bluepy 在 Raspberry Pi 上运行 pytest。 pi@pi:~/bluepy/bluepy $ pytest test_asdf.py
我在 Ubuntu 14 上安装了 MediaWiki,该站点的 URL 为:www.wiki.example.com/mediawiki/ 但是我想将位置更改为 www.wiki.example.c
我已经阅读了文档,但有些事情仍然让我感到困惑,主要与同步文件夹和数据库数据有关。 我想在我的主机上使用以下文件夹结构 ROOT |- workFolder ||- project1 |||- proj
我想在我的 Azure webrole 启动时授予网络服务帐户修改权限(根项目目录),有人知道这样做的方法吗?修改后,我会重置该值以确保安全。主要目的是我需要修改 webconfig 以根据多个节点上
我需要作为自定义构建器的一部分按顺序运行两个程序。 其中一个程序我被困住了,无法处理绝对/相对路径,因此我必须使用构建器的 chdir=1 选项才能运行其操作与目标位于同一目录中。 第二个是位于项目的
Cmake的安装命令 install(TARGETS MyTarget LIBRARY DESTINATION lib) 要求我将共享库安装到子文件夹中。似乎 LIBRARY DESTINATION
我正在尝试运行这个: string webRoot = "http://www.dev/api"; string apiRoot = "http://api.dev"; string path = "
在 android 中,我可以使用以下方法获取手机的可移动外部存储: for (File f : context.getExternalFilesDirs("/")) if (Environm
当我启动 tomcat 时,它从 localhost:8080/开始服务。我希望它从 localhost:8080/aaa 开始服务。我不想用“aaa”webapp 替换“root”webapp,我希
我想在按下按钮时向页面顶部的根 html 标记添加一个类。我遇到的唯一代码是将类添加到具有 id 的 div 元素。 Untitled Document 开始演示 我尝试修改这段代码,但没
我希望了解 ROOT 的 TTreeReader 和 TVector3 类的人可以帮助我。 我正在尝试使用 TTreeReader 读取包含 TVector3 的 TTree。 class MuseS
我已经从已经运行并安装在我本地的服务器上下载了 prestashop 文件选择了默认主题,但未应用任何样式表例如,当我通过 Firebug 检查时,样式表路径是错误的我有 http://localho
我有一个脚本,用于搜索包含特定文件的目录,从当前目录开始向上爬(想想试图找出 .git 目录所在的位置)。 我的方法是这样的: def getDir(self,cwd): path = os.pa
我需要 检查当前目录是否在Git版本控制下 如果是 Git 根目录 在单行 shell 脚本中执行上述操作,成功时应以 0 退出 最佳答案 使用 git-rev-parse 是可行的方法。只需确保将其
我是一名优秀的程序员,十分优秀!