Android :: Uploading Application To Market - The Server Could Not Process Your Apk Try Again
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
Jul 8, 2010
i have a camera Activity after which i take a picture and saving it to gallery and uploading to the server My upload code is not working, i need help on this? // image capture
Intent intent = new Intent("android.media.action.IMAGE_CAPTURE");
startActivityForResult(intent, 0);
//image Saving
if (requestCode == 0 && resultCode == RESULT_OK)
{ Bundle extras = data.getExtras();
Bitmap b = (Bitmap) extras.get("data");
ImageView mImg;
mImg = (ImageView) findViewById(R.id.head);
mImg.setImageBitmap(b);
// save image to gallery
Shot = "HeadShot"; //Long.toString(System.currentTimeMillis());
MediaStore.Images.Media.insertImage(getContentResolver(), b, Shot, NAME);
//Upload to the server public void Upload(String url, HttpEntity imgdata) throws Exception, Exception {
DefaultHttpClient client = new DefaultHttpClient();
HttpPost post = new HttpPost(url);
post.setHeader("Content-Type", "bitmap; charset=utf-8");
post.setURI(new URI(url));
post.setEntity(imgdata);
HttpUriRequest request = post;
HttpResponse response = client.execute(request);
HttpEntity entity = response.getEntity();
return entity.getContent();
View 1 Replies
View Related
Jul 2, 2010
I want to upload image to IIS server using c# web service.I have written the web method for this as follows...
code...
here the web method is taking argument as byte[] .I have convert the sdcard image to byte[] but when i am passing it as an URL paramete it is not working .I have also tried by converting the byte[] array to base64 strig still it is not working.
Can any one tell me how to upload image to IIS server using c# web service.
View 2 Replies
View Related
Jul 19, 2010
I am using following tutorial to upload image file to webserver. and getting file not found exception here. image file exists there but still it giving me error. Can any one guide me what is the solution? Code...
View 2 Replies
View Related
Sep 10, 2012
I want to do video recording and uploading functionality in android application.Video recording and uploading need to be done on same time.
When user click on Record button , video recording need to be started and once user stops the recording , then recorded video need to be uploaded on remote server.
View 1 Replies
View Related
Apr 24, 2009
I completed my apk, and about to publish my apk up to the market.
when I load my apk, this stuff just pops up :"Market requires the minSdkVersion to be set in AndroidManifest.xml. The server could not process your apk. Try again."
I'm pretty sure I did set minSDKversion "2" right now I'm stuck...
View 2 Replies
View Related
Mar 31, 2010
I m uploading my apk for 1st time on market and getting Error:The server could not process your apk.
Try . My manifest file is:-
CODE:..............
View 2 Replies
View Related
Oct 21, 2010
I've just added LVL and server-based licensing into my (as-yet unpublished) app.It appears that the license testing requires that the app exist in the Android Market.Is there a way to "publish" an app to the Market but keep it hidden while I test?
View 7 Replies
View Related
Apr 20, 2010
Can I upload content(can be anytype jpg/png) other than apk onto android market so that the application could download the content at the first run.
View 2 Replies
View Related
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
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
Oct 6, 2010
I uploaded an upgrade to my application and opened it again to see if everything is correct or not. I was surprised to see 8 screen shots instead of 2. I deleted 6 images and save it. but when ever I reopen I see 8 images. When I tried to download updated version of my app on my device thorough Android Market, it kept crashing. Did any one else faced same problem? version of the last upgrade is 4.
View 3 Replies
View Related
Oct 4, 2010
Just now i have developed an application and now i am ready to upload it on Android market,
but when i am trying to upload, it showing the following error messages:
Market does not accept apk signed with the debug certificate. Create a new certificate that is valid for atleast 50 years. Market requires that the certificated used to sign the apk be Valid until at least October 22, 2033. Create a new Certificate. how do able to upload the APK file on Android market successfully.
View 1 Replies
View Related
Oct 28, 2010
I have made my own app with App inventor but i can't upload it to the market i payed the 25$ so.. did that go to total waste?I found a guide cus i know there is a problem with the icon or something here is the site that i found a guide on : http://www.androidworld.it/forum/app-inventor-91/[how-]-publish-app-created-app-inventor-android-market-4597/Could some one who know how to fix this problem maybe help me or make a Youtube video like How to.so i can see how you do.Please i know there is some way to upload it.
View 11 Replies
View Related
Sep 29, 2010
I have a hosting account at godaddy ruinning Linux. Is has MySQL. I am creating a J2ME application that runs on android and I was wondering if there is any simpler way to connect from j2me application to my MySQL server?
Is it required to install anything at my server? which I cannot do because of the shared account. Any way to just open the connection, update some data in the MySQL from j2me application?
View 2 Replies
View Related
Nov 25, 2009
I've been trying to find a way to upload a video from an Android device to an API, but I haven't found a good way to do it. It seems most of the information I've found online is fairly out of date (a lot of it being from last year). Most of them are using a method like this: http://getablogger.blogspot.com/2008/01/android-how-to-post-file-to-php-server.html
View 1 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
Mar 5, 2010
I'm trying to upload my first application, but when I select the apk file, I get the following message:
The icon for your application is not valid. Please use a 48x48 PNG.
The file was created in Fireworks, and is a 48x48 24 bit image named appicon.png.
Anyone know of any reason why I would still get this message?
View 1 Replies
View Related
Nov 9, 2010
Can I upload pictures from my android phone to facebook without using a usb or anything. By only using facebook on my PC when I am logged in. I have the facebook android app.
View 7 Replies
View Related
Mar 18, 2010
I have released a version 1 on some app in the market. Can anyone tell me how to give an update of it?
View 3 Replies
View Related
May 26, 2010
I make application using Froyo SDK.It support only Android 2.2.It is working well on Emulator and Nexus one.but android market uploading error like below.The file is invalid: W/ResourceType(12468): Bad string block: last string is not 0-terminated ERROR getting 'android:label' attribute: attribute is not a string value.If change android:minSdkVersion to 7, then no uploading error.But application only support Froyo.
View 2 Replies
View Related
May 25, 2010
For example, firstly download the app "ABC", "Open" button and "Uninstall" button will be displayed at the bottom of the screen when the installing is completed. Secondly, activate "ABC" by tapping this "Open", and tap HOME key when the app is running. After that, restart the same app from the Launcher on the Home screen, and finish the restarted one from BACK key. Then, despite having closed the restarted one, the same app is displayed. (I forecast the cause, it is maybe the multiple activation of the app.)
Q1. Is it the problem as the specific of Android Market that multiple activation occurs when the app is activated with above process? If it's no problem, is the cause the app "ABC" which I downloaded? Q2. Is there any way to avoid the multiple activation in designing of apps?
About the copy protection of Android Market.............
View 3 Replies
View Related
Jan 25, 2010
When i am uploading my application in android market it showing below error
The file is invalid:ERROR:dump failed because no AndroidManifest.xml found.
When i am unzip apk file there i found AndoridManifest.xml file.
View 1 Replies
View Related
Jan 27, 2012
When I purchase something from the market, it hangs on authorising payment in the market app. In the meantime the payment is taken from my card, I get an email with receipt for the order, then the market will error with the message "You will receive email when your purchase is resolved". The app then seems to freeze in a state of permanent purchased but not delivered. 24 hours has passed and I can still hit the refund button and process a refund.
This happens both on my Xoom and SGS2 whether purchased from the market on the respective device or from the website. The entries on Google wallet appear to be the same as previous successful purchases just without the delivered/shipped detail on them, and the message this item will be automatically downloaded to your device is absent.
I'm stuck in hospital at the moment and my tablet and phone are all I have, so this really sucks.I have tried multiple payment methods with no success.
View 1 Replies
View Related
Jul 12, 2009
I am trying to retrieve all applications that are running on the android phone. Following is the code I have wrote, but how do I get the application name into my Array items?
Context context = getApplicationContext(); Resources appR = context.getResources();
ActivityManager actmgr=(ActivityManager)context.getSystemService (Context.ACTIVITY_SERVICE);
List<RunningAppProcessInfo> appList = actmgr.getRunningAppProcesses();
CharSequence[] items = new CharSequence[appList.size()];
Vector <Process>allProcesses = new Vector <Process>();
for (int i=0;i<appList.size();i++) {
RunningAppProcessInfo rti = (RunningAppProcessInfo)appList.get (i);
Process p = new Process (rti.pid,rti.processName,rti.pkgList);
allProcesses.add(p); items[i] = p.getProcessName(); } : : :
View 2 Replies
View Related
Apr 26, 2010
If an application begins a Service via bindService or startService, will this Service object ever run from a process different from that of the application? I ask because many Android example projects begin a service and communicate to them using IPC which seems wholly unnecessary considering that, according to the Android Service documentation, "... services, like other application objects, run in the main thread of their hosting process." IPC, AIDL, and the IBinder interface only seem useful if connecting to a Service started by an application other than your own. Is this a correct or fair understanding?
View 1 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
Nov 16, 2009
Because of some firewall issue, I need to know the IP address of android market. However, after I google it, the only information I got is the port number of android market(i.e. 5228). Does anybody know the IP address of the server of android market?
View 2 Replies
View Related
May 12, 2009
As an exercise I attempted to add an AppWidgetProvider-derived class to one of our existing Android applications. When the widget is created and appears on the home screen, the output from adb logcat notes: W/ActivityManager(58): Unable to launch app com.mycompany.myapp/ 10042 for broadcast Intent { action=android.appwidget.action.APPWIDGET_ENABLED comp= {com.mycompany.myapp/com.mycompany.myapp.MyAppWidgetProvider} }: process is bad
This output comes from around line 10814 in ActivityManagerService (looking at cupcake on git). This is running on an ADP 1.5, FWIW. The same AppWidget code, once separated from the main application's project and put into its own simple project, runs as expected, so I know my manifest entries/XML/Java are all as they should be. Has anyone else run into this, or perhaps can the Android team comment on what aspect of my application might be preventing the AM from starting up the process when the widget is added to the home screen?
View 6 Replies
View Related