Skip to content
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.

Commit

Permalink
[readme] Android Studio 3.5.1+ comment
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanKobzarev committed Oct 23, 2019
1 parent 10de8c5 commit abe7198
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -34,12 +34,12 @@ More details about TorchScript you can find in [tutorials on pytorch.org](https:
git clone https://github.com/pytorch/android-demo-app.git
cd HelloWorldApp
```
If [Android SDK]() and [Android NDK]() are already installed you can install this application to the connected android device or emulator with:
If [Android SDK](https://developer.android.com/studio/index.html#command-tools) and [Android NDK](https://developer.android.com/ndk/downloads) are already installed you can install this application to the connected android device or emulator with:
```
./gradlew installDebug
```

We recommend you to open this project in [Android Studio](https://developer.android.com/studio),
We recommend you to open this project in [Android Studio 3.5.1+](https://developer.android.com/studio) (At the moment PyTorch Android and demo applications use [android gradle plugin of version 3.5.0](https://developer.android.com/studio/releases/gradle-plugin#3-5-0), which is supported only by Android Studio version 3.5.1 and higher),
in that case you will be able to install Android NDK and Android SDK using Android Studio UI.

#### 3. Gradle dependencies
Expand Down

0 comments on commit abe7198

Please sign in to comment.