devonfw / ide

Tool to automate setup and update of development environment (esp. for Java projects).
Apache License 2.0
35 stars 101 forks source link

Android-Studio does not separate plugins #1259

Closed hohwille closed 1 year ago

hohwille commented 1 year ago

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 commented 1 year ago

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: https://github.com/devonfw/ide/blob/7a41895b2fb9cadb08931b2bbbfc05c7880b00e9/scripts/src/main/resources/scripts/command/android-studio#L68