Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to generate UML diagram on Android studio 2.2

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.

like image 852
SumOne Avatar asked Nov 09 '22 01:11

SumOne


1 Answers

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

like image 76
Sergio Avatar answered Nov 14 '22 22:11

Sergio