Skip to content

Commit

Permalink
Merge pull request #45 from VU-Thesis-2019-2020-Wesley-Shann/43/refac…
Browse files Browse the repository at this point in the history
…tor-instrument-activity-action

Refactor and improve plugin action to instument navigation probes
  • Loading branch information
iivanoo authored Jun 11, 2020
2 parents 5064af7 + 9c7d981 commit da39190
Show file tree
Hide file tree
Showing 6 changed files with 312 additions and 360 deletions.
4 changes: 2 additions & 2 deletions Android-Studio-Plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ The cause of these exceptions are undefined configurations (e.g. SDK) and can be
#### Running the plugin from IntelliJ IDEA

* Open the [Gradle tool window](https://www.jetbrains.com/help/idea/jetgradle-tool-window.html#).
* Double click on `test1 > Tasks > IntelliJ > runIde`.
* Double click on `nappa-plugin-android-studio > Tasks > IntelliJ > runIde`.

Running from the IntelliJ IDEA allows the plugin to be executed in debug mode.

Expand All @@ -151,7 +151,7 @@ Gradle places new builds in the directory [build/distributions](build/distributi
#### Create a new build from IntelliJ IDEA

* Open the [Gradle tool window](https://www.jetbrains.com/help/idea/jetgradle-tool-window.html#).
* Double click on `test1 > Tasks > IntelliJ > buildPlugin`
* Double click on `nappa-plugin-android-studio > Tasks > IntelliJ > buildPlugin`

#### Create a new build from bash

Expand Down
4 changes: 2 additions & 2 deletions Android-Studio-Plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ plugins {
id "org.sonarqube" version "2.8"
}

group 'test'
version '1.1'
group 'nl.vu.cs.s2group.nappa.plugin'
version '1.1.1'

sourceCompatibility = 1.8

Expand Down
2 changes: 1 addition & 1 deletion Android-Studio-Plugin/settings.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
rootProject.name = 'test1'
rootProject.name = 'nappa-plugin-android-studio'



Loading

0 comments on commit da39190

Please sign in to comment.