运行命令./studio.sh报错:
CompileCommand:exclude com/intellij/openapi/vfs/impl/FilePartNodeRoot.trieDescend bool exclude = true
[0.118s][error][jfr,startup]'int sun.nio.fs.UnixNativeDispatcher.init()'
java.lang.UnsatisfiedLinkError:'int sun.nio.fs.UnixNativeDispatcher.init()'Error occurred during initialization of VM
Failure when starting JFR on_create_vm_2
更换安装方式:
从 Snap Store 安装 Android Studio。如果尚未安装Snap 包管理器,则可以通过运行以下命令来安装它:
sudo apt install snapd
要安装 Android Studio,只需使用以下命令:
sudo snap install android-studio --classic
标签:UnixNativeDispatcher,studio,Snap,报错,Android,安装 From: https://www.cnblogs.com/bboy110/p/17632270.html