I have managed to to do it in a way. Perform all the steps as referenced by Michal Rowicki above.
- Open Visual Paradigm software.
- Create a new Project
- There would be an option on the
Tools
bar above that states Code
and select Instant Reverse...
from the drop down menu with Java
language(or other)
- Select your application folder where your project is located and
add it to the project(i have selected the complete folder
application)
- The application should now appear on the left pane in Class
Repository
- Then all you do is right click the project that you have added and
select Reverse to new class diagram
- Select either you wish to have the packages included in the class
diagram or just the class diagram of the project
Then it should appear on your screen and customize it as you wish
However i do not know if the plugin in Android Studio was necessary nevertheless it has worked in a way for me.