Skip to content

Commit afdf09f

Browse files
committed
Merge branch 'master' of github.com:ServiceStack/ServiceStack.Java
2 parents 399ae42 + debd944 commit afdf09f

File tree

1 file changed

+20
-10
lines changed

1 file changed

+20
-10
lines changed

src/ServiceStackIDEA/README.MD

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,26 @@ This reduces the amount of code required when interacting with ServiceStack web
3131

3232
## Installing the ServiceStack Plugin for Android Studio
3333

34-
To install the ServiceStack plugin..
35-
36-
1. [download it here](https://plugins.jetbrains.com/plugin/download?pr=androidstudio&updateId=19465) and save it locally.
37-
2. In Android Studio Go File -> Settings
38-
3. Search for "Install Plugin"
39-
4. Select "Install Plugin From Disk"
40-
5. Locate the downloaded plugin and Install
41-
6. Restart Android Studio.
42-
43-
![](https://github.com/ServiceStack/Assets/raw/34925d1b1b1b1856c451b0373139c939801d96ec/img/servicestackidea/android-plugin-install.gif)
34+
ServiceStackIDEA is available to install straight from IntelliJ/Android Studio. To browse for the ServiceStack plugin:
35+
36+
1. Goto the `File` menu and select `Settings...`
37+
2. Select `Plugins` from the left hand side
38+
3. Click the `Browse repositories...` button at the bottom
39+
4. Search for `ServiceStack` and click `Install plugin`
40+
5. Click `Restart <IDE>`
41+
42+
![Demo of installing from IDE](https://github.com/ServiceStack/Assets/raw/master/img/servicestackidea/android-plugin-download.gif)
43+
44+
If you are having trouble installing it directly from the IDE, you can also install it from the plugin zip file with the instructions below.
45+
>
46+
>1. [download it here](https://plugins.jetbrains.com/plugin/download?pr=androidstudio&updateId=20019) and save it locally.
47+
>2. In Android Studio Go File -> Settings
48+
>3. Search for "Install Plugin"
49+
>4. Select "Install Plugin From Disk"
50+
>5. Locate the downloaded plugin and Install
51+
>6. Restart Android Studio.
52+
53+
>![](https://github.com/ServiceStack/Assets/raw/34925d1b1b1b1856c451b0373139c939801d96ec/img/servicestackidea/android-plugin-install.gif)
4454
4555
#### Add a ServiceStack Reference
4656

0 commit comments

Comments
 (0)