Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Samsung Galaxy Ace - Failure [INSTALL_FAILED_CPU_ABI_INCOMPATIBLE] #5827

Closed
jose1711 opened this issue Jun 24, 2018 · 2 comments
Closed

Samsung Galaxy Ace - Failure [INSTALL_FAILED_CPU_ABI_INCOMPATIBLE] #5827

jose1711 opened this issue Jun 24, 2018 · 2 comments

Comments

@jose1711
Copy link

Trying to install my small project on Samsung Galaxy Ace S5830i (Android 2.3) via adb install I get the following error:

../.buildozer/android/platform/...k: 1 file pushed. 4.6 MB/s (10191654 bytes in 2.121s)
	pkg: /data/local/tmp/app-0.1-debug.apk
Failure [INSTALL_FAILED_CPU_ABI_INCOMPATIBLE

CPU is (likely) BCM21553, arch is buildozer.spec is set to armeabi-v7a (the remaining two choices did not make much sense arm64/x86). Is there a chance to make this work?

@inclement
Copy link
Member

It looks like this phone probably only supports ARMv6. You can try setting the target arch to just armeabi, which I think should work, but I'm not sure how well Kivy supports Android 2.3 any more and it may not perform very well.

@jose1711
Copy link
Author

thank you, armeabi worked flawlessly. maybe it would be nice to have it listed in comments section of buildozer.spec

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants