From efb55564cbbd77e1547444be855938a5414c328c Mon Sep 17 00:00:00 2001 From: n4n5 <56606507+Its-Just-Nans@users.noreply.github.com> Date: Wed, 9 Oct 2024 17:35:59 +0200 Subject: [PATCH] Update README.md --- librclone/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/librclone/README.md b/librclone/README.md index 1241f437f..49a212b0b 100644 --- a/librclone/README.md +++ b/librclone/README.md @@ -205,7 +205,7 @@ using something like this. go install golang.org/x/mobile/cmd/gobind@latest go install golang.org/x/mobile/cmd/gomobile@latest gomobile init -# you should have nkd installed and can change the androidapi accordingly +# you should have ndk installed and can change the androidapi accordingly gomobile bind -v -target=android -androidapi 30 -javapkg=org.rclone github.com/rclone/rclone/librclone/gomobile ```