Skip to content
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

Android-Studio does not separate plugins #1259

Closed
hohwille opened this issue Jul 11, 2023 · 1 comment · Fixed by #1261
Closed

Android-Studio does not separate plugins #1259

hohwille opened this issue Jul 11, 2023 · 1 comment · Fixed by #1261
Assignees
Labels
android-studio Android Studio IDE from Jet-Brains bug Something isn't working plugins related to plugins (for Eclipse, Intellij, VSCode, etc.) setup related to the setup process of devonfw-ide (setup[.bat] and devon ... setup)

Comments

@hohwille
Copy link
Member

As just described in #1147 the android-studio was added during #1147 was implemented and I did not notice that it does not follow the new requirement to separate plugins from the software. This requirement is needed for stories like #1178 and making the shared software repo the new default. Hence, this is actually a bug.

For implementation see PR #1179 - we have to do the analogue changes we had done for intellij as android-studio is more or less a fork or branch of intellij.

@hohwille hohwille added bug Something isn't working setup related to the setup process of devonfw-ide (setup[.bat] and devon ... setup) plugins related to plugins (for Eclipse, Intellij, VSCode, etc.) android-studio Android Studio IDE from Jet-Brains labels Jul 11, 2023
@hohwille
Copy link
Member Author

What even confused me is that I did install FolderCompact Plugin and it was installed directly inside the software/android-studio/plugins folder what causes the actual problem.
However, in the commandlet there is this code:

local install_path="${DEVON_IDE_HOME}/software/android-studio-plugins/"

@jan-vcapgemini jan-vcapgemini self-assigned this Jul 12, 2023
jan-vcapgemini added a commit to jan-vcapgemini/ide that referenced this issue Jul 12, 2023
changed android-studio plugins directory from software/android-studio-plugins to plugins/android-studio
jan-vcapgemini added a commit to jan-vcapgemini/ide that referenced this issue Jul 12, 2023
added android-studio plugins migration to migration script
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
android-studio Android Studio IDE from Jet-Brains bug Something isn't working plugins related to plugins (for Eclipse, Intellij, VSCode, etc.) setup related to the setup process of devonfw-ide (setup[.bat] and devon ... setup)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants