-
Notifications
You must be signed in to change notification settings - Fork 275
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could not find bundled plugin with ID: 'org.jetbrains.android' with 2.2.1 #1843
Comments
Can you try
Also I am not sure, if it is really a bundled module, please also try to use |
@AlexanderBartash that also didn't work. I am just seeing the error after I run the plugin project and not at the gradle sync time. |
I'm facing the same issue. Unable to build a plugin with Android Studio Ladybug 2024.2.1 at all. |
This issue makes plugin development for Android Studio a nightmare. Using |
This is an issue with IntelliJ Structure library and Android plugin dependency resolution. |
Please follow MP-7024 for IntelliJ Structure library updates on this issue. |
What happened?
After upgrading from 2.1.0 version to 2.2.1, I still can't import the plugin project and build it because
org.jetbrains.android
cannot be found because of the absence ofperformanceTesting.jar
in Android Studio 2024.2.1.11.The initial issue was described in #1738 - intellij-platform gradle plugin tried to find performance plugin as a dependency of
org.jetbrains.android
and it failed because AS didn't contain it.#1738 is marked as fixed, but it still doesn't work even if I manually exclude performance plugin from dependencies using
what worked with 2.1.0.
During execution, I see the following message in log
Relevant log output or stack trace
Steps to reproduce
Try to open and import Undin/intellij-platform-gradle-plugins-bugs@fca8887.
You also can check the version with manually excluded performance plugin using Undin/intellij-platform-gradle-plugins-bugs@23fd1ec
Gradle IntelliJ Plugin version
2.2.1
Gradle version
8.10.2
Operating System
macOS
Link to build, i.e. failing GitHub Action job
No response
The text was updated successfully, but these errors were encountered: