[Build] How to build for Android armeabi platform? #21192
Labels
build
build issues; typically submitted using template
platform:mobile
issues related to ONNX Runtime mobile; typically submitted using template
stale
issues that have not been addressed in a while; categorized by a bot
Describe the issue
I hava a old device on Android, ABI is armeabi rather armeabi-v7a. How can I build for this?
Urgency
No response
Target platform
Android ABI armeabi
Build script
./build.sh --android --android_sdk_path ~/Library/Android/sdk --android_ndk_path ~/Library/Android/sdk/ndk/22.1.7171670 --android_abi armeabi --android_api 27
Error / output
build.py: error: argument --android_abi: invalid choice: 'armeabi' (choose from 'armeabi-v7a', 'arm64-v8a', 'x86', 'x86_64')
Visual Studio Version
No response
GCC / Compiler Version
Apple clang version 14.0.3 (clang-1403.0.22.14.1)
The text was updated successfully, but these errors were encountered: