You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -4,19 +4,19 @@
4
4
<imgsrc="logo.png"alt="EcoAndroid logo" />
5
5
</p>
6
6
7
-
EcoAndroid is an [Android Studio](https://developer.android.com/studio)plugin that suggests automated refactorings for reducing energy consumption of Java android applications. It is also compatible with IntelliJ.
7
+
EcoAndroid is an [Android Studio plugin](https://plugins.jetbrains.com/plugin/15637-ecoandroid) that suggests automated refactorings for reducing energy consumption of Java android applications. It is also compatible with IntelliJ.
8
8
9
9
## Installation
10
10
11
11
### For users of the plugin
12
-
For now, you have to install the plugin manually by following these steps:
12
+
EcoAndroid can be installed from the [JetBrains Plugin Repository](https://plugins.jetbrains.com/plugin/15637-ecoandroid).
13
+
14
+
Alternatively, you can install the plugin manually by following these steps:
13
15
14
16
1. Clone this repository
15
17
2. Run `gradle buildPlugin`.
16
18
3. The plugin file is available in the folder `build/distributions/`. You can now install it.
17
19
18
-
In a near future, we plan to upload the plugin to the JetBrains Plugins Repository so that users can install it directly from Android Studio.
19
-
20
20
### For developers
21
21
If you are interested in changing or exploring the source code of the plugin, follow these steps:
22
22
@@ -77,4 +77,4 @@ The examples in the folder src/test are retrieved from real-life mobile applicat
77
77
In order to make the files more readable, parts of the original source code are either removed or commented.
78
78
79
79
## Resources
80
-
For more information about energy patterns, we recommend Cruz and Abreu's [open catalogue of energy-related patterns in mobile applications](https://tqrg.github.io/energy-patterns/#/).
80
+
For more information about energy patterns, we recommend Cruz and Abreu's [open catalogue of energy-related patterns in mobile applications](https://tqrg.github.io/energy-patterns/#/).
0 commit comments