python - Kivy remote shell. Getting APK 'parse error' on Android device -
i followed instructions here building kivy-remote-shell apk , builds without errors. however, when try install apk on device, error message,
parse error: there problem parsing package
i don't know that, suggestion?
make sure that:
- the apk signed, @ least own certificate.
- you apply "zipalign" package. "zipalign" tool part of sdk. command line like:
zipalign 4 infile.apk outfile.apk
, see http://developer.android.com/tools/help/zipalign.html
Comments
Post a Comment