I had the same problem with my app. I found that there is a bug in the
export function in Eclipse in windows.
When you pick the location where you want your .apk to be exported
make sure that you don't see a double back slash.

For example: C:\\App.apk
if you export the apk this way it will be broken and when you upload
it to the android market you won't see the icon and the upload process
will fail with an error that says the server couldn't process the apk.

You must change the path to: C:\App.apk


On Oct 1, 10:52 am, SCMSoft <scms...@gmail.com> wrote:
> Hi,
> Almost all our users complain that after upgrading to the newest
> version of our "Camera Pro" app, either the app crashes or the icon is
> not showing up anymore in the home screen. The problem seems to be
> gone after deinstalling and reinstalling the app.
> How can it be possible that the icon is gone? This is the first
> version we used zipalign on, can this have something to do with it?
>
> Thanks,
> Swiss Codemonkey team

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

Reply via email to