Reputation: 1153
I have built a test android app and signed it successfully and then sent it to someone to test via email. They click on the attachment in the email on their android phone and get a parsing error.
They have 2.1 android
the test app was built using 2.2
would that cause an issue?
can email attachments of apk files not be installed directly to the phone?
Upvotes: 0
Views: 2404
Reputation: 6862
Prior to Android 2.2 this was not possible in the Gmail app. There are several helper apps that facilitate this functionality on 2.1 and lower, one of which is APKatcher (developed by yours truly). The easiest way is just to send URLs to a hosted copy which you've found.
Upvotes: 0
Reputation: 1153
Only would install from webserver link... not from email attachment on one persons phone. So I guess use weblink or market when possible is the answer.
Upvotes: 2
Reputation: 572
I've had a similar problem - sending the app via email to myself worked fine, but out to a friend failed (they were using Yahoo mail).
I've since put it on a webserver and sent the URL instead - no reports yet on whether that worked, but it may be worth a try.
Upvotes: 0