5

I've tried the solutions presented in this link, but I don't have the plugin mentioned, and none of the suggested methods to generate UML work.

Since the post is 4 years old, things might have changed but I can't seem to find any solutions. Does anyone know how to generate UML in Android studio 2.2 (the latest version of android, can't remember the version name).

Thanks.

Lore
  • 1,286
  • 1
  • 22
  • 57
SumOne
  • 817
  • 3
  • 13
  • 24
  • Try this: [https://stackoverflow.com/a/36823007/1245894](https://stackoverflow.com/a/36823007/1245894) – Ares91 Jul 10 '17 at 16:29

1 Answers1

1

I couldn't find SImpleUMLCE plugin in Android Studio but you can download from jetbrains and install in your Android Studio.

1. Go to jetbrains website and download the plugin: plugins.jetbrains.com/plugin/4946-simpleumlce – htzfun

2. Open Android Studio and go to Android Studio>>Preferences(on MAC)>>Plugins Now, you have to click on Install plugin from disk...screenshot

3. Search the file you have downloaded in the first step and that's all

Sergio
  • 725
  • 1
  • 7
  • 20