Just as a heads up to those trying to create their first app.If you
successfully signed your application, uploaded it to a web host, and
you're trying to install it but you receive the "Install Unsuccessful"
error -- then this should help.

1) If you're on a shared host, make sure you create a .htaccess with
the following line in it (for mime type):

AddType application/vnd.android.package-archive apk

2) You did this, and still receive the error?  You most likely don't
have a .apk file that matches the application name.  For example:  My
app name is "Sample".  My .apk is named "SampleTest.apk".  This will
throw the error since the app name is different from the apk name.
Make your .apk file "Sample.apk" to match the app name and it should
install.

Anyway, hopefully that helps someone.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to