Chapter 26. IDE Integration

  1. Home
  2. Docs
  3. Chapter 26. IDE Integration
  4. 5. Android Studio Integration
  5. How to create a UML project in Android Studio

How to create a UML project in Android Studio

Download PDF

You can create UML project for any of your Java project in Android Studio. Note that one Java project can associate with at most one UML project and you cannot create UML project without associating it with any Java project. Once you have created a UML project for a Java project, you cannot remove it or de-associate it.

Creating a New UML Project

  1. In Android Studio, select the Java project where you want to create a UML project for it.
  2. Right click on the project and select Visual Paradigm Enterprise > Open Visual Paradigm Enterprise from the popup menu.
    Open Visual Paradigm from Android Studio
  3. Select from the Project Structure window the location of the Visual Paradigm project is to be saved. The Visual Paradigm project, with .vpp extension, is the UML project file that is going to be associated with the selected Android Studio project file. Select Create in default path will save the UML project to %Android Studio_Project_Directory%/vpproject while selecting Create at external location require you to specify the project path you desire. If you want to create in default path for all projects, check Create in default path and Remember my decision.
    Project Structure window
  4. Click OK.

Creating a UML Project by Importing an Existing .vpp Project File

  1. In Android Studio, select the Java project where you want to create a UML project for it.
  2. Right click on the project and select Visual Paradigm Enterprise > Visual Paradigm Enterprise Project > Import Visual Paradigm Enterprise Project… from the popup menu.
    Import Visual Paradigm project to Android Studio
  3. Specify the path of source .vpp project as well as the location of the imported project file is to be saved. Select Create in default path will save the UML project to %Android Studio_Project_Directory%/vpproject while selecting Create at external location requires you to specify the project path you desire. If you want to create in default path for all projects, check Create in default path and Remember my decision.
    Import Project window
  4. Click OK.