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

Buildozer fails to detect deploy failure #190

Closed
r1chardj0n3s opened this issue Mar 30, 2015 · 2 comments
Closed

Buildozer fails to detect deploy failure #190

r1chardj0n3s opened this issue Mar 30, 2015 · 2 comments

Comments

@r1chardj0n3s
Copy link

I got the following verbose output:

Android packaging done!

APK MyApplication-1.0.1-debug.apk available in the bin directory

Run '/Users/richard/.buildozer/android/platform/android-sdk-21/platform-tools/adb devices'

Cwd None

List of devices attached
039db7e221086e7c device

Deploy on 039db7e221086e7c

Run '/Users/richard/.buildozer/android/platform/android-sdk-21/platform-tools/adb install -r /Users/richard/Documents/Presentations/kivy-game-dev/bin/MyApplication-1.0.1-debug.apk'

Cwd /Users/richard/.buildozer/android/platform

6491 KB/s (18917790 bytes in 2.846s)
pkg: /data/local/tmp/MyApplication-1.0.1-debug.apk
Failure [INSTALL_PARSE_FAILED_INCONSISTENT_CERTIFICATES]

Application pushed.

Unfortunately it looks like adb doesn't provide an exit code to indicate that it failed :/

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

@tito
Copy link
Member

tito commented Jun 2, 2015

I got it sometimes too, when you installed released version then back to debug. When you don't sign with the same key (android debug key or your own key), you get the issue. And as you said, no way to get an error code out of it, except parsing the output of adb :(

@AndreMiras
Copy link
Member

Not a buildozer issue

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

3 participants