Skip to content
This repository was archived by the owner on Jul 3, 2020. It is now read-only.

Commit a072232

Browse files
Fixed incorrect path in README
1 parent 83c6bf5 commit a072232

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ This will build an Android package in `target/android-artifacts/<debug|release>/
5454

5555
`cargo apk build` supports building multiple binaries and examples using the same arguments as `cargo build`. It will produce an APK for each binary.
5656

57-
Android packages for bin targets are placed in `target/android-artifacts/<debug|release>/apk/examples`.
57+
Android packages for bin targets are placed in `target/android-artifacts/<debug|release>/apk`.
5858
Android packages for example targets are placed in `target/android-artifacts/<debug|release>/apk/examples`.
5959

6060
### Testing on an Android emulator

0 commit comments

Comments
 (0)