Apple M2 chip doesn't generate apk
Checklist
- [x] the issue is indeed a bug and not a support request
- [x] issue doesn't already exist: https://github.com/kivy/python-for-android/issues
- [x] I reproduced the problem with the latest development version (
p4a.branch = develop)
Versions
- Python: 3.9.0
- OS: Mac 12.5
- Kivy: 2.0.0
- Cython: 0.29.32
- OpenJDK: openjdk version "18.0.2" 2022-07-19
Description
buildozer android debug
buildozer.spec
Command:
buildozer android debug
Spec file:
// REPLACE ME: Paste your buildozer.spec file here
Logs
....
# Recommended android's NDK version by p4a is: 23b
....
I have tried making build to r24 in .github/workflows/push.yml, and reinstall via pip, but ndk version didn't updated and failed with same error
Hi @weixingsun !
Do you have a full log that we could check?
Hi @misl6 thanks for replying, I clean up and rebuild from cmd: buildozer -v android debug have changed ndk version = 24 in buildozer.spec, but still failed in liblzma
@misl6 I got same error with ndk version=25, seems not ndk version caused this problem.
Duplicated of https://github.com/kivy/python-for-android/issues/2343
Hi @weixingsun! Thank you for reporting the full log.
Looks like the issue is actually a duplicate of the above-mentioned issue.
Feel free to subscribe to issue #2343 to continue receiving updates.