Code Iris plugin on Android Studio
Asked Answered
V

3

12

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?

Veneration answered 2/3, 2016 at 21:47 Comment(1)
Did you find the solution? I just Stuck on the same issue?Coldshoulder
C
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

Coldshoulder answered 3/3, 2016 at 13:17 Comment(5)
how we can export to pdf or png?Chipper
@RajiAC I don't think so, I am also searching for such tool.Coldshoulder
we used Visual Paradigm- stand alone app,not a plugin in android studioChipper
Yes, Visual Paradigm is also a nice tool. Thanks for reminding me.Coldshoulder
I'll create such as diagram and i'll take a screenshot and save into a .jpeg file not convert to png or pdf :) @RajiACFemur
I
3

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

Ish answered 3/3, 2016 at 13:14 Comment(0)
M
2

You need to have a directory marked as "Sources", e.g. your src directory.

You can do this e.g. in the Project Files Tool Window: There is a context menu "Mark Directory as ..." > "Sources Root" for the directories.

Mistrust answered 6/12, 2023 at 9:41 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.