Android Studio: Cannot detect installed Kotlin Multiplatform Mobile Plugin
See original GitHub issueRunning kdoctor
shows:
[x] Android Studio
* Android Studio (2021.3)
Location: /Users/wumo/Library/Application Support/JetBrains/Toolbox/apps/AndroidStudio/ch-0/213.7172.25.2113.9014738/Android Studio.app
Bundled Java: openjdk 11.0.13 2021-10-19
Kotlin Plugin: 213-1.7.10-release-for-android-studio-AS6777.52
Kotlin Multiplatform Mobile Plugin: not installed
Install Kotlin Multiplatform Mobile plugin - https://plugins.jetbrains.com/plugin/14936-kotlin-multiplatform-mobile
But the plugin is installed:
Issue Analytics
- State:
- Created a year ago
- Reactions:7
- Comments:9
Top Results From Across the Web
Set up an environment | Kotlin
In Android Studio, select Settings/Preferences | Plugins, search Marketplace for Kotlin Multiplatform Mobile, and then install it.
Read more >Kotlin Multiplatform Mobile - Android Studio Plugin | Marketplace
With the Kotlin Multiplatform Mobile plugin for Android Studio, you can: Write business logic just once and share the code on both platforms....
Read more >how to fix Kotlin Multiplatform Mobile gradle red error
Gradle JDK can be configured in Android Studio Preferences under Build, Execution, Deployment -> Build Tools -> Gradle section [v] Android ...
Read more >Install KMM plugin in to your Android Studio - YouTube
KMM stand for Kotlin Multiplatform Mobile. In order to develop KMM Application in your Android Studio you have to install the plugin.
Read more >Known issues with Android Studio and Android Gradle Plugin
Android Studio doesn't start after installing version 4.2. Studio tries to import previous .vmoptions ... Compilation issue in Kotlin multiplatform projects.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hi, I have the same issue and I believe kdoctor does not check the location of kmm plugin correctly.
As I tested, kdocter looks for plugins installed in a default location like:
but, with JetBrains Toolbox App, the kmm plugin was actually installed in the “$location.plugins” directory like:
$HOME/Library/Application Support/JetBrains/Toolbox/apps/AndroidStudio/ch-1/222.4345.14.2221.9178080/Android Studio Preview.app.plugins
So I guess https://github.com/mhorioka/kdoctor/blob/3d15c6f34790fa85097bad35108d32759fc7f223/kdoctor/src/macosMain/kotlin/org/jetbrains/kotlin/doctor/entity/Application.kt needs to be updated.
it should be fixed in 0.0.5 version