Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
emaiannone committed Feb 28, 2020
2 parents 44e18ae + b0cb7d0 commit 419d454
Showing 1 changed file with 27 additions and 2 deletions.
29 changes: 27 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,21 @@ aDoctor is the outcome of the research conducted in the Software Engineering Lab

## Installation ad execution

Follow these steps to install and launch the plugin:
### Install from Jetbrains Plugin Repository

Follow these steps to install the plugin in Android Studio for production use:

1. Open Android Studio
2. Go into *File>Settings...>Plugins>Marketplace*
3. Type "aDoctor"
4. Install it
5. Restart Android Studio
6. Open the Android project you wish to analyze
7. Go to *Refactor>ADoctor* to launch the plugin

### Install from disk

Follow these steps to install the plugin in Android Studio for production use:

1. Clone the repository
2. Open the project with IntelliJ IDEA
Expand All @@ -26,4 +40,15 @@ Follow these steps to install and launch the plugin:
9. Select the zip file
10. Restart Android Studio
11. Open the Android project you wish to analyze
12. Go to *Refactor>ADoctor* to launch the plugin
12. Go to *Refactor>ADoctor* to launch the plugin

### Get source code and run in sandbox

Follow these steps to build the source code and run the plugin in a sandbox:

1. Clone the repository
2. Open the project with IntelliJ IDEA
3. Build the project (with the IDE) just to be sure everything is alright. Ensure you have IntelliJ Platform SDK installed
4. Run the project (with the IDE) though the run configuration *Run aDoctor*: this will run IntelliJ IDEA sandbox
5. Open the project you wish to analyze
6. Go to *Refactor>ADoctor* to launch the plugin

0 comments on commit 419d454

Please sign in to comment.