Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
[ID: 558956]
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
Build
Build: AI-201.3803.71.41.6466190, 202005060355,
AI-201.3803.71.41.6466190, JRE 1.8.0_242-release-1644-b01x64 JetBrains s.r.o, OS Windows 10(amd64) v10.0 , screens 1920x1080
AS: 4.1 Canary 9; Kotlin plugin: 1.3.61-release-Studio4.1-1; Android Gradle Plugin: 4.1.0-alpha09; Gradle: 6.4; NDK: from local.properties: (not specified), latest from SDK: (not found); LLDB: pinned revision 3.1 not found, latest from SDK: (package not found); CMake: from local.properties: (not specified), latest from SDK: (not found), from PATH: (not found)
The Bug
After downloading Android Studio version 201.* (2020.1 version of Jetbrains IDEs) and opening, you'll be greeted with a warning message:
2020-05-26 18:46:14,963 [ 27076] WARN - llij.ide.plugins.PluginManager - Problems found loading plugins: The Markdown (id=org.intellij.plugins.markdown, path=~\AppData\Roaming\Google\AndroidStudioPreview4.1\plugins\markdown) plugin is incompatible (target build range is 193.5233 to 193.*)
. This means the plugin set that range, which supports only 2019.3 releases.Also checked my IntelliJ IDEA, and it has a version that does support 2020.1, so it's only a matter of bundling that version with your next release :)
How to Fix
Bundle a newer version of the Markdown plugin with Android Studio that's based on IntelliJ IDEA 2020.1 Unfortunately, I don't have a workaround to make the plugin work, as it is closed source as far I can tell, and not from the main plugin repository.