OpenBMB / OpenBMB/MiniCPM-V-Apps
[Android]
Nobody has claimed this yet.
- Dominant language
- Swift
- Stars
- 393
- Forks
- 67
- PR merge metrics
- No merged PRs in 30d
Description
readme里要求:
Android SDK + NDK (the project pins NDK and CMake 28.2.136763583.22.1)
但是我看MiniCPM-V-demo-Android)/app/build.gradle.kts里指定的是27.0.12077973。
直接run或者强制修改27为28都会报错。
Command failed (rc=1): C:\Users\xxx\AppData\Local\Android\Sdk/cmake/3.22.1/bin/cmake -DCMAKE_TOOLCHAIN_FILE=C:\Users\xxx\AppData\Local\Android\Sdk/ndk/27.0.12077973/build/cmake/android.toolchain.cmake -DANDROID_ABI=arm64-v8a -DANDROID_PLATFORM=android-24 -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=ON -DLLAMA_BUILD_COMMON=ON -DLLAMA_OPENSSL=OFF -DGGML_NATIVE=OFF -DGGML_LLAMAFILE=ON -DGGML_CPU_ARM_ARCH=armv8.6-a+dotprod+i8mm+fp16+bf16 -S C:\Users\xxx\MiniCPM-V-Apps\MiniCPM-V-demo-Android\app\src\main\cpp -B C:\Users\xxx\MiniCPM-V-Apps\MiniCPM-V-demo-Android\app\build\v86-cmake\arm64-v8a
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the README requirements and MiniCPM-V-demo-Android/app/build.gradle.kts, then inspect the reported CMake command and its NDK and CMake paths. Run the Android build with the documented versions and compare it with the current configuration. Done means the documented setup and the checked-in Gradle configuration agree and the reported build completes successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, cmake
- Domain
- build-system, mobile-dev
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100