[android-developers] "Package file is invalid" for v2.x Android users

2016-02-04 Thread Hunter Mayer
I have at least 75 users with this problem, and I have a factory reset G1 that also gets this problem. After download and during the install process the installer reports "Package file is invalid". I can't install from web since chrome doesn't support it and the most updated factory web does

[android-developers] Package File is Invalid

2011-07-27 Thread Eric
I have a working app with a working debug APK file generated by Dreamweaver CS5.5 and PhoneGap. It runs perfectly on both the emulator and actual devices. The distribution apk file has an extension of .ap_ I have signed the file using jarsigner, and aligned it using zipalign. I have uploaded the

Re: [android-developers] Package File is Invalid

2011-07-27 Thread Nick Risaro
If you have an unsigned version of your application you can't install a signed one, try deleting your unsigned apk and then installing the signed version. On Tue, Jul 26, 2011 at 6:37 PM, Eric yougote...@gmail.com wrote: I have a working app with a working debug APK file generated by