Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Miguel Goyanes
Total activity
23
Last activity
September 30, 2024 09:28
Member since
July 26, 2013 11:15
Following
0 users
Followed by
0 users
Votes
2
Subscriptions
7
Activity overview
Posts (6)
Comments (8)
Sort by votes
Recent activity
Votes
Created
September 30, 2024 09:28
Hello.It seems that it is an issue with the Android Studio version used. Went through the lists available in https://plugins.jetbrains.com/docs/intellij/android-studio-releases-list.html#2024 from ...
Community
IntelliJ IDEA Open API and Plugin Development
Missing essential plugins: com.android.tools.design, org.jetbrains.android
0 votes
Created
September 27, 2024 13:44
Hello. New update. Changed from plugin("org.jetbrains.android:242.21829.142") to plugin("org.jetbrains.android:243.16718.32") and it works as expected.Unfortunately, hit on another problem. Need to...
Community
IntelliJ IDEA Open API and Plugin Development
Missing essential plugins: com.android.tools.design, org.jetbrains.android
0 votes
Created
September 26, 2024 15:48
Thank you but added the minimum details (https://github.com/mgoyanes/AASTestPlugin/commit/25ec202470f58c29f9d9218cdcfed15396eb720f) but still got an error: 14:35:44: Executing 'runIde'... Calculati...
Community
IntelliJ IDEA Open API and Plugin Development
Missing essential plugins: com.android.tools.design, org.jetbrains.android
0 votes
Created
September 26, 2024 10:01
Yann Cebron Sorry. I think it is now available.
Community
IntelliJ IDEA Open API and Plugin Development
Missing essential plugins: com.android.tools.design, org.jetbrains.android
0 votes
Created
June 16, 2021 06:37
How does one know that it's installing an M1 version of the IDE?
General
Installation and Licensing
Apple Silicon Support in JetBrains IDEs
0 votes
Created
July 28, 2020 17:26
Thanks
Community
IntelliJ IDEA Plugin Users
ToolWindow open close callback.
0 votes
Created
July 28, 2020 11:46
Thanks Jakub. With (ToolWindowManager.getInstance(project) as ToolWindowManagerEx).addToolWindowManagerListener(object : ToolWindowManagerListener { override fun stateChanged() { super...
Community
IntelliJ IDEA Plugin Users
ToolWindow open close callback.
0 votes
Created
August 12, 2013 21:47
Hi Alexender.Thanks for your answer. I've previusly tried to do that but the result was the same.I've found the solution after I harcoded as " \u00B5g"Not the best solution but it works.kodiak
Community
IntelliJ IDEA Users
Different results compiling with Eclipse and Android Studio
0 votes