From aaee34fb35cc92fb736b27fd246197d57bce53ac Mon Sep 17 00:00:00 2001 From: mpr0xy Date: Sat, 30 Nov 2024 08:26:18 +0800 Subject: [PATCH] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 实际测试,需要使用动态库才能编译成功。 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2cbd14d..61aa67b 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,8 @@ https://github.com/nihui/ncnn-android-squeezenet/releases ### step1 https://github.com/Tencent/ncnn/releases -* Download ncnn-YYYYMMDD-android-vulkan.zip or build ncnn for android yourself -* Extract ncnn-YYYYMMDD-android-vulkan.zip into **app/src/main/jni** and change the **ncnn_DIR** path to yours in **app/src/main/jni/CMakeLists.txt** +* Download ncnn-YYYYMMDD-android-vulkan-shared.zip or build ncnn for android yourself +* Extract ncnn-YYYYMMDD-android-vulkan-shared.zip into **app/src/main/jni** and change the **ncnn_DIR** path to yours in **app/src/main/jni/CMakeLists.txt** ### step2 * Open this project with Android Studio, build it and enjoy!