Skip to content

Commit 64dbfa8

Browse files
committed
Update
1 parent 67d4e03 commit 64dbfa8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/source/using-executorch-android.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ The AAR artifact contains the Java library for users to integrate with their Jav
3838

3939
## Using prebuilt libraries
4040

41-
To add the Java library to your app, simply download the AAR, and add it to your gradle build rule.
41+
To add the Java library to your app:
42+
1. Download the AAR.
43+
2. Add it to your gradle build rule as a file path.
4244

4345
The Java package requires `fbjni` and `soloader`, and currently requires users to explicitly declare the dependency. Therefore, two more `dependencies` in gradle rule is required:
4446
```
@@ -48,7 +50,7 @@ implementation("com.facebook.fbjni:fbjni:0.5.1")
4850

4951
### Example usage
5052

51-
In your app working directory, such as example executorch/examples/demo-apps/android/LlamaDemo,
53+
In your app working directory, such as executorch/examples/demo-apps/android/LlamaDemo,
5254
```
5355
mkdir -p app/libs
5456
curl https://ossci-android.s3.amazonaws.com/executorch/release/v0.5.0-rc3/executorch.aar -o app/libs/executorch.aar

0 commit comments

Comments
 (0)