11

I am trying to make code iris plugin work on Android studio.

I press right click -> Create Code Iris graph and then I get a notification that my graph is ready. But I do not know when this graph is stored, what is the name of the file created and how to open it. Any ideas?

Cap Barracudas
  • 2,347
  • 4
  • 23
  • 54

2 Answers2

20

Complete Guidance of CODE IRIS Graph Creation:-

You have to generate Code Iris by just right clicking on project, and then select "Create Code Iris Graph", (Check the snapshot below)

enter image description here

Now your graph will be created, you can get the graph on the right side of Android studio (Check the below snapshot)

enter image description here

Naveed Ahmad
  • 6,627
  • 2
  • 58
  • 83
3

You may access it via the vertical panel at the right of your screen in Android Studio.

Hack06
  • 963
  • 1
  • 12
  • 20