Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
810829096
Total activity
14
Last activity
December 27, 2022 03:32
Member since
May 05, 2022 02:43
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
3
Activity overview
Posts (3)
Comments (8)
Sort by recent activity
Recent activity
Votes
Created
December 27, 2022 03:32
More info: I created a plugin project targeting Android studio Below is the gradle file (when choose java ) plugins { id("java") id("org.jetbrains.intellij") version "1.8.0"}group = "com.exa...
Community
IntelliJ IDEA Open API and Plugin Development
【NoClassDefFoundError】 create dialog class An error occurred while using this class
0 votes
Created
December 27, 2022 02:58
I found the reason for this problem. If I choose Kotlin when creating the project, this problem will occur. If I choose java, this problem will not occur. I think this is a serious bug. You can cre...
Community
IntelliJ IDEA Open API and Plugin Development
【NoClassDefFoundError】 create dialog class An error occurred while using this class
0 votes
Created
November 02, 2022 13:19
Thank you for your answer. First of all, my plugin is for Android studio. My question is why there is this class in the developed dependency package but not in the actual Android studio runtime env...
Community
IntelliJ IDEA Open API and Plugin Development
【ClassNotFoundException】After upgrading android studio to the latest version, my plugin reports an error
0 votes
Created
November 01, 2022 12:43
Please help to answer this question, thanks
Community
IntelliJ IDEA Open API and Plugin Development
【ClassNotFoundException】After upgrading android studio to the latest version, my plugin reports an error
0 votes
Created
October 31, 2022 08:12
After the build file is updated, the corresponding local dependency package is also updated. No error will be reported during the compilation process. An error will be reported only after the plug...
Community
IntelliJ IDEA Open API and Plugin Development
【ClassNotFoundException】After upgrading android studio to the latest version, my plugin reports an error
0 votes
Created
October 29, 2022 10:37
I have now updated the dependency to the latest 2022.2.3 version, and under this version, it can still be found in "com.android.layoutinspector.model"You can see the ClientWindow class in this path...
Community
IntelliJ IDEA Open API and Plugin Development
【ClassNotFoundException】After upgrading android studio to the latest version, my plugin reports an error
0 votes
Created
October 29, 2022 06:18
old studio version This problem does not appear in older versions
Community
IntelliJ IDEA Open API and Plugin Development
【ClassNotFoundException】After upgrading android studio to the latest version, my plugin reports an error
0 votes
Created
May 05, 2022 11:42
Community
IntelliJ IDEA Open API and Plugin Development
JetBrains / android the moudle android-layout-inspector can not build successfully
0 votes