Ubuntu20.0.4でAndorid Studioを起動すると警告文が表示される

実現したいこと

UbuntuのAndroid Studioを警告が表示されないように起動できるようにしたい

前提

Ubnutu 20.0.4でAndroid Studioをインストールして起動しようとすると,
警告文が表示される

flutter doctorはNo issues found!と表示された

$ flutter doctor Doctor summary (to see all details, run flutter doctor -v): [✓] Flutter (Channel stable, 3.16.9, on Ubuntu 20.04.6 LTS 5.15.133.1-microsoft-standard-WSL2, locale ja_JP.UTF8) [✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0) [✓] Chrome - develop for the web [✓] Linux toolchain - develop for Linux desktop [✓] Android Studio (version 2023.1) [✓] Connected device (2 available) [✓] Network resources • No issues found!

Andorid Studioの起動はできるが, 以下のような警告文が出ます

CompileCommand: exclude com/intellij/openapi/vfs/impl/FilePartNodeRoot.trieDescend bool exclude = true 2024-01-31 15:22:15,768 [ 2626] WARN - #c.i.o.v.n.p.l.VfsLog - VFS Log version differs from the implementation version: log null vs implementation -43 2024-01-31 15:22:16,218 [ 3076] WARN - #c.i.o.a.i.ActionManagerImpl - keymap "VSCode" not found PluginDescriptor(name=Terminal, id=org.jetbrains.plugins.terminal, descriptorPath=plugin.xml, path=/snap/android-studio/148/plugins/terminal, version=231.9392.1.2311.11330709, package=null, isBundled=true) 2024-01-31 15:22:16,496 [ 3354] WARN - #c.i.n.i.NotificationGroupManagerImpl - Notification group Logcat is already registered (group=com.intellij.notification.NotificationGroup@e82807d). Plugin descriptor: PluginDescriptor(name=Android, id=org.jetbrains.android, descriptorPath=plugin.xml, path=/snap/android-studio/148/plugins/android, version=231.9392.1.2311.11330709, package=null, isBundled=true) 2024-01-31 15:22:21,139 [ 7997] WARN - #c.i.u.j.JBCefApp - JCefAppConfig.class is not from a JBR module, url: jar:file:/snap/android-studio/148/lib/app.jar!/com/jetbrains/cef/JCefAppConfig.class (Use JBR bundled with the IDE) 2024-01-31 15:22:22,991 [ 9849] WARN - #c.i.u.x.Binding - no accessors for com.intellij.openapi.roots.libraries.DummyLibraryProperties 2024-01-31 15:22:22,998 [ 9856] WARN - #com.android.tools.ndk.HotfixForOCInitialTablesBuildingActivity - Overriding OCInitialTablesBuildingActivity with HotfixForOCInitialTablesBuildingActivity 2024-01-31 15:22:29,295 [ 16153] WARN - #c.i.u.x.Binding - no accessors for com.intellij.ide.util.TipsUsageManager$State 2024-01-31 15:22:30,668 [ 17526] WARN - #c.i.o.a.ActionStub - ActionGroup should be registered using <group> tag: id="Android.CreateResourcesActionGroup" class="org.jetbrains.android.actions.CreateResourceFileActionGroup" 2024-01-31 15:27:18,594 [ 305452] WARN - #com.android.tools.idea.analytics.SystemInfoStatsMonitor - CpuInfoFlags.fromExitCode(): unknown flag values '0x80'

試したこと

Flutter, Android Studioを再インストールおよびPCの再起動をしたが, 変わらなかった

補足情報(FW/ツールのバージョンなど)

Ubuntuのバージョン: 20.0.4

コメントを投稿

0 コメント