tags:

views:

109

answers:

2

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?

A: 

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.

Colin Stewart
the initial person I sent it to uses gmail. no luck. The second person I sent it to for testing used a different email server and it worked. He had to change the setting to allow installing none market apps, but that was all. The first person did not get the none market notice, simply parsing error.
Dean-O
A: 

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.

Dean-O