Discussion Forums  >  Uncategorized

Replies: 8    Views: 272

javooooo
buzztouch Evangelist
Profile
Posts: 719
Reg: Jun 17, 2011
Sydney, Austral...
18,490
02/11/12 04:20 PM (12 years ago)

The server could not process your apk. Try againThe server could not process your apk. Try again.

Hi Guys, I've successfully packaged and signed my Android app, and it runs on my device and in the sim, however, when I try to upload it to the Android Market I get the error: The server could not process your apk. Try again I haven't made any changes apart from commenting out line 137 of the webview java file to remove the wheel of death. Does anyone know what causes this error? I've done a little research, and most of the things I came up with don't seem to work, however it looks like the error does mean that there is an issue with the file rather than the Google servers. Thanks guys :)
 
Fred@mySkylla com
Android Fan
Profile
Posts: 5259
Reg: Oct 03, 2011
location unknow...
62,560
like
02/11/12 04:24 PM (12 years ago)
Did you change debug from true to false.
 
javooooo
buzztouch Evangelist
Profile
Posts: 719
Reg: Jun 17, 2011
Sydney, Austral...
18,490
like
02/11/12 04:28 PM (12 years ago)
Yes, I did. Here is an extract from the manifest: android:debuggable=false
 
Fred@mySkylla com
Android Fan
Profile
Posts: 5259
Reg: Oct 03, 2011
location unknow...
62,560
like
02/11/12 04:36 PM (12 years ago)
What's the package name? Fred
 
javooooo
buzztouch Evangelist
Profile
Posts: 719
Reg: Jun 17, 2011
Sydney, Austral...
18,490
like
02/11/12 04:50 PM (12 years ago)
The package name is com.tnapp
 
Fred@mySkylla com
Android Fan
Profile
Posts: 5259
Reg: Oct 03, 2011
location unknow...
62,560
like
02/11/12 04:52 PM (12 years ago)
You need to rename your package. For more info on package name email me. Also read this. Turn off logging and debugging Make sure you deactivate logging and disable the debugging option before you build your application for release. You can deactivate logging by removing calls toLog methods in your source files. You can disable debugging by removing the android:debuggable attribute from the <application> tag in your manifest file, or by setting theandroid:debuggable attribute to false in your manifest file. Also, remove any log files or static test files that were created in your project. Also, you should remove allDebug tracing calls that you added to your code, such as startMethodTracing() and stopMethodTracing() method calls.
 
javooooo
buzztouch Evangelist
Profile
Posts: 719
Reg: Jun 17, 2011
Sydney, Austral...
18,490
like
02/11/12 04:57 PM (12 years ago)
You've got mail :)
 
Fred@mySkylla com
Android Fan
Profile
Posts: 5259
Reg: Oct 03, 2011
location unknow...
62,560
like
02/11/12 06:28 PM (12 years ago)
Let me know when it's published. Fred
 
javooooo
buzztouch Evangelist
Profile
Posts: 719
Reg: Jun 17, 2011
Sydney, Austral...
18,490
like
02/11/12 06:30 PM (12 years ago)
Hey Fred, It's published, but it isn't showing up in searches just yet. Regards,
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.