From d70cd09aead7b893dc16a1a83922b714240afdcf Mon Sep 17 00:00:00 2001 From: rustdesk Date: Thu, 9 Jun 2022 23:13:11 +0800 Subject: [PATCH] openjdk --- content/dev/build/android/_index.en.md | 1 + content/dev/build/android/_index.zh-cn.md | 1 + content/dev/build/android/_index.zh-tw.md | 1 + 3 files changed, 3 insertions(+) diff --git a/content/dev/build/android/_index.en.md b/content/dev/build/android/_index.en.md index fdd70a6f..ef77fbd0 100644 --- a/content/dev/build/android/_index.en.md +++ b/content/dev/build/android/_index.en.md @@ -41,5 +41,6 @@ tar xzf so.tar.gz cp ../target/aarch64-linux-android/release/liblibrustdesk.so android/app/src/main/jniLibs/arm64-v8a/librustdesk.so # Run on your android device, not support simulator yet (Please do not ask why). # Good Luck! +# openjdk 11 required, do not use higher or lower, both has problem flutter run ``` diff --git a/content/dev/build/android/_index.zh-cn.md b/content/dev/build/android/_index.zh-cn.md index b83e70ad..31e34eeb 100644 --- a/content/dev/build/android/_index.zh-cn.md +++ b/content/dev/build/android/_index.zh-cn.md @@ -41,5 +41,6 @@ tar xzf so.tar.gz cp ../target/aarch64-linux-android/release/liblibrustdesk.so android/app/src/main/jniLibs/arm64-v8a/librustdesk.so # Run on your android device, not support simulator yet (Please do not ask why). # Good Luck! +# openjdk 11 required, do not use higher or lower, both has problem flutter run ``` diff --git a/content/dev/build/android/_index.zh-tw.md b/content/dev/build/android/_index.zh-tw.md index d27c2310..f10ee952 100644 --- a/content/dev/build/android/_index.zh-tw.md +++ b/content/dev/build/android/_index.zh-tw.md @@ -41,5 +41,6 @@ tar xzf so.tar.gz cp ../target/aarch64-linux-android/release/liblibrustdesk.so android/app/src/main/jniLibs/arm64-v8a/librustdesk.so # Run on your android device, not support simulator yet (Please do not ask why). # Good Luck! +# openjdk 11 required, do not use higher or lower, both has problem flutter run ```