On Thu, Oct 1, 2009 at 10:47 AM, n.a <devuni...@gmail.com> wrote:
>
> 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

This makes no sense. we just tried to do exactly that (export to
C:\\foo.apk) and had no problem installing and running the app.
(The test was done on Vista)

By the way, the file selector shouldn't generate double backslash
anyway. Did you type this yourself?

Xav
-- 
Xavier Ducrohet
Android SDK Tech Lead
Google Inc.

--~--~---------~--~----~------------~-------~--~----~
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