Android :: Marketplace Error - Server Could Not Process Your Apk - Try Again
Feb 16, 2010
I have an updated apk - tested successfully on various devices and simulator instances - with the following manifest:
CODE:..............
When I post to Android Marketplace as an upgrade to my existing 1.0 app, I get the aforementioned ambiguous message: "The server could not process your apk. Try again."
I just tried to upload the same file again. Now I get a new message:
The new apk's versionCode (2) in AndroidManifest.xml must be higher than the old apk's versionCode (2). The server could not process your apk. Try again.
So Marketplace did get my upgraded apk after all? (The very first accepted apk's versionCode was 1, so this update was of course bumped to 2.) Confused ...
Bumping it up to 3 and trying again. Surprise surprise, I get the original "could not process" error all over again. Going in circles.
If I exit and re-enter the Marketplace page, now it shows that the app has been uploaded! Except there's no app icon. Curiouser and curiouser ... and this is all happening with a cache-cleared (standards-friendly) browser to boot.
View 3 Replies
May 5, 2010
Using appbrain on my PC seems to work fine when I'm not logged in. When I do log in and try to click on an app I get this error message:
"Error: Server Error The server encountered an error and could not complete your request. If the problem persists, please report your problem and mention this error message and the query that caused it."
Anyone else have this issue when using Appbrain on their pc?
Well, It looks like I solved the problem. I just deleted my account and created it again and it's fixed (for now).
View 1 Replies
View Related
May 11, 2010
Every 5 minutes this error pops up "Sorry! the process android.process.acore has stopped unexpectdly. please try again." It doesnt actually close anything. It pops up even when im not in an app. So it's more annoying than anything.
View 3 Replies
View Related
Mar 26, 2010
Has there been an upgrade to the market that changes the minimum requirements for an app? I have taken a couple months off and now whenever I try to upload an app, I get the unhelpful message "The server could not process your apk. Try again.". This happens even when I upload the exact same apks that I have uploaded before and ones that work fine with adb push onto devices.
View 3 Replies
View Related
Nov 15, 2010
Since this morning, I've been getting the error in the subject when I try to upload a new APK version to my Market Developer Console. At first, I figured it was just a brief server outage, but not since it's gone on all day. I also suspect it's only affecting me, since I've seen no other mention of it on this group. Well, I'm mentioning it now.
Anyone come across this before? I've released enough APKs that I'm quite familiar with the Console; while that doesn't rule out a stupid mistake, of course, I don't think that's the case here. Obvious possibilities that I think I HAVE ruled out: I've confirmed that it's the correct package name, and that it's signed with the same key as it always has been. Beyond that, I'm not sure what to consider.
I have also contacted Market Support, with no response as yet. And I did notice that this morning was the first time the "Draft application" feature became available on my Console; not sure if that's relevant, but coincidences are suspicious.
View 3 Replies
View Related
Jun 24, 2010
I have been struggling with uploading my application to android market. I keep getting the same old "The server could not process your apk. Try again.". I tried for hours to change and modify my AndroidManifest.xml file but no luck.
Here is my my AndroidManifest.xml:
CODE:............
View 2 Replies
View Related
Aug 3, 2010
Since froyo my market says an error has occurred please try again later. Is this a known problem or is it me only? My marketplace being down is very annoying. I want to get my backup pro and do a factory reset but I can't get into my market to download my backup pro. fix this!
View 3 Replies
View Related
Nov 9, 2009
I'm working on a litte HTTP server application for the Android. Now I like to secure the communication by using SSL. But I got stuck by creating a suitable keystore file. Searching the archives I came to the conclusion that it will be best to use a BKS type keystore since all other keystore types (like JKS) are not supported on the android.
Unfortunately I can't figure out a way to setup the keystore file. I tried OpenSSL - wrong keystore format. I tried the keytool from JDK - right keystore format but it doesn't support BKS keystores. I tried the Keytool IUI - I could create a BKS type keystore but it alwais ends up in an InvalidKeyException "Illegal key size". No matter if I try to create a new certificate or import it from a JKS keystore. (I tried to create the RSA ver.3 certificate with a key size of 2048 and 1024 bits.) How do you create BKS keystores?
For completeness here's the code I trying to use for loading the keystore:..............................
View 2 Replies
View Related
Sep 21, 2010
Anyone else been getting the "network error" message while in the marketplace? I usually hit retry and it comes right up, but what gives? I have seen it more and more with this phone...
View 7 Replies
View Related
Jul 15, 2010
I have developed an Android Widget, and it was working fine. I added some extra functionality and pushed an update through the Android Market. Now people are complaining that it doesn't work anymore.
The error I see in the logs is:
CODE:...........
I cannot find anywhere what the process is bad error means. Restarting the phone (or emulator) makes the error go away, however, that is not what I want my users to do. explain what the cause of the error is.
View 2 Replies
View Related
Jan 8, 2010
Any thought on how the Marketplace handles the information related to the marketplace applications? I wonder if the request is posted to the marketplace every time client is started or if some of the available applications data is stored locally and refreshed by the background service.
View 4 Replies
View Related
Jun 14, 2010
Did anybody encounter the RuntimeException with the message "Unknown error"?
java.lang.RuntimeException: Unknown error at android.os.Process.setProcessGroup(Native Method) at android.app.ActivityThread.handleChangeTopApp(ActivityThread.java:3663) at android.app.ActivityThread.access$4100(ActivityThread.java:126) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2039) at android.os.Handler.dispatchMessage(Handler.java:99) at android.os.Looper.loop(Looper.java:123) at android.app.ActivityThread.main(ActivityThread.java:4595) at java.lang.reflect.Method.invokeNative(Native Method) at java.lang.reflect.Method.invoke(Method.java:521) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java: 860) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:618) at dalvik.system.NativeStart.main(Native Method)
http://www.netmite.com/android/mydroid/frameworks/base/core/jni/andro...
View 3 Replies
View Related
Sep 28, 2010
I created a signed apk. I uploaded it to marketplace as usual. I also installed a copy of it on a device directly, perhaps as an email attachment.If I upload an updated version of the app to the marketplace, will the device be notified that a new version of the app exists on marketplace? Or does that update-alert system depend on the app being originally installed through marketplace?
View 8 Replies
View Related
Nov 18, 2010
I am trying to run the profile command using the am option: adb shell am profile <pid> start <filename>
The process has permissions to write to sdcard. Even then, I am getting the following error: java.lang.SecurityException: Process not debuggable: ProcessRecord{xxxxxx/xx}
This app has multiple activities and threads. How do I deal with this? I do not have the source code for this app and hence I do not have the manifest.
View 2 Replies
View Related
May 17, 2010
Is anyone getting this error: "The process android.process.media has stopped unexpectedly. PLease try again."
It started this morning after I did the prl update. When I hit force quit the error keeps appearing and appearing.
View 1 Replies
View Related
Mar 2, 2010
I have develop some application using sending sms" when I try sending sms show up " The Application xxx(Process com. Bhn.xxx)has stoped unexpectedly
Any body knows , about that error ?
View 2 Replies
View Related
Oct 3, 2010
I believe I accidentally (as a dumb noob) deleted the TelephonyProvider.apk and the Sprint_Promotion.apk apps. I got them on my SD card and have been trying unsuccessfully to reinstall them all night on package installer but I keep getting this wonderful "process com.android.phone" force close message. I managed to get my phone into airplane mode thinking if I disconnected it from the internet I could stop the error messages and do the installs off my SD card but to no avail. I'm trying to do it through Package Installer.
View 3 Replies
View Related
Oct 25, 2009
I'm a developper based in the US that recently released a pay-for app in the market called "AmBu". Googlecheckout is the merchant account I am using (the only one approved by the market it seems).
Two customers were able to purchase my app from a foreign country (Europe).
However, when I'm trying to buy my own application from the US (using my G1 phone) using a valid debit or credit card number, I consistantly get a "server error" during the purchase process. I suspect I'm not the only one and I'm losing customers.
What is the right structure at google to help resolve this ? In the market blogs, I've seen few posts of people facing the same issue but nothing to help resolve this was detailed.
View 4 Replies
View Related
Jun 25, 2010
I'm now facing a very strange server socket problem, I have a server that will listen on a TCP port, I use the following code to do this work. public class RequestListenerThread extends Thread.
View 4 Replies
View Related
May 19, 2010
I am attempting to open a ServerSocket on my Android device to receive network connections, but do not seem to recieve network traffic from them. Running netstat -an on the device shows it is listening on 0.0.0.0:1234, but my connections to telnet to <public ip of Android device>:1234 do not appear (and do not receive a SYN,ACK in response). How can I write an application which will open an accessible server socket? Is this possible? I am thinking that either the ISP (mobile carrier) may be blocking this incoming connection attempts or the Android OS is blocking them (host firewall)?
View 4 Replies
View Related
Oct 13, 2010
Is there any problem with the market, or is this an anomaly? (this was 1/2 hr ago)
View 2 Replies
View Related
Aug 5, 2010
Every time I go to purchase an app from the market. I fill in all my info in google checkout (name, credit card, address, etc.) when I hit the save button it gives me an error message that says it can't connect to the server.
I live in the US, I have 5 bars of service and 3G, even wifi going. I have tried it everyday for the past week and I keep getting the same error when I try to save.
View 4 Replies
View Related
Sep 4, 2010
I found a problem with the Market yesterday:
Upload a new APK version 134 After the upload finishes, cancels the upload Upload a new APK (different than the last uploaded file, but still version 134) Publish
10 minutes later I found my app was missing from the Market. I went to Developer Console and it asked me to agree to new license agreements, so I did. At this point, my app's status is again visible from the Market. I felt satisfied and went to sleep.
Next morning I got a flood of e-mails saying that my app shows "Download Error" in Market, and no one is able to install or update. I tried myself and say "404" error in logcat. Apparently the APK has been lost by Google server.
I uploaded a new version (just rebuilt and bumped version to 135), and I verified that the app can be downloaded again.
I guess the moral of this story is to always verify that you app can be downloaded after uploading ....
View 3 Replies
View Related
Aug 9, 2010
I'm un-rooting my phone using OMJ's guide in the everything root related guide, and I'm getting a "Failed Flashing Process" error in RSD Lite.
I am running as admin, I have the correct drivers (I recently rooted...), I have the sbf in C: .... yet it fails.
The error says " Failed Flashing Process. Failed Flashing Process. Interface BP: Error flashing subscriber unit. Device API Error: 0xE0030009 Command: ADDR (0xE0231009); phone connected"
I am going to try flashing SPRecovery to see if I can at least get to a working point.
SPRecovery worked. It boots into 2.1 and has SPRecovery as the recovery. I still want to get it to stock, so I am going to try and download the stock sbf again (it doesn't have a checksum so I have no way of knowing if it is good or not...) .... here goes nothing!
View 2 Replies
View Related
Aug 21, 2010
Okay -- so I finally mustered up the courage to root and try a lag fix. I rooted using the unleash the beast files. And then tried the lag fix over at XDA found here: xda-developers - View Single Post - [UTIL] One Click Lag Fix 2.0
I ran the lagfix_ext2, like the forum says -- it took about 10 minutes to do some things ...There was an error message in the middle saying that it had to stop the process. I said okay, but the process kept working, finished, and then rebooted. It booted up, and I downloaded quadrant again (it was gone for some reason), ran it, and only ran an 895 -- this is 16 points less than what i ran just using the unleash the beast. Should I try the lag fix again?
View 1 Replies
View Related
Feb 9, 2010
I want to use HttpPost over https/ssl. I get 'Not trusted server certificate' error. I've found a lot of posts, seems that many people have similar problems and I've found two suggestions: 1) Change server's certificate. Current certificate is self-signed as localhost.localdomain. Unfortunetly it's not my server and I cannot change the certificate. 2) Use HttpsUrlConnection instead of HttpClient. But I cannot use it because sometimes (when response's code is 401 or 403) I got IOException during getting response code or reading inputstream.
So I've found 3rd solution - use httpclient, when system throws excetpion 'not trusted server certificate' than display warning, inform user that certificate is not trusted and ask if he wants to add this one to the keystore (webbrowser works this way). But I've no idea how to get certificate from the server and add to keystore.
View 4 Replies
View Related
Apr 7, 2010
I am using the android code to connect facebook but getting "Facebook Server Error + 104 - Incorrect signature" exception at the place of onLoginSuccess function. code is given bellow ....
public class FacebookConnection extends Activity implements LoginListener {
CODE:..............
View 2 Replies
View Related
Feb 20, 2009
I've been trying to buy some apps but have been getting a server error after "Authorizing credit card..." bubble shows up.For about an hour or so.Anybody else have this problem? Maybe there are problems with the server and someone from Google ought to look at them?
View 7 Replies
View Related
Aug 15, 2010
Many of my buyers are getting a "Server Error" during the purchase process of my app from Android Market. The error occurs only for people who have not purchased from Android Market before and do not have credit card credentials stored in a Google Checkout account.
During purchase process from Android Market, users are brought to the screen to enter their credit card info. When they save the data from this page (Done button), they get a Server Error or "attention, a server error has occurred".
Started happening around August 3rd, 2010, and has been fairly continuous since. Limited response from Google so far, but supposedly they are working on it.
There is a convoluted work around, (make sure gmail account is synced to phone, go to checkout.google.com on a PC, enter cc info there, then go back to Market and make the purchase). But Google Checkout and Android Market need to fix this.
I suspect the actual error is thrown by Google Checkout, since they are the ones storing the cc info.
View 6 Replies
View Related
Jan 27, 2010
I have a website that I want my android visitors to see. It is created in Joomla 1.5. The problem is that sometimes I get the message "The page contains too many server redirects" on my G1. Does anyone know what this means or how I can fix the problem?
View 1 Replies
View Related