Android :: Getting An Error While Upgrading My Application In Android Market
Oct 9, 2009
Whenever I try to upgrade my application in android market I am getting this error:"The apk must be signed with at least one certificate in common with the previous version"and I have lost my previous keystore.
View 1 Replies
Oct 25, 2010
I was trying to upgrade from Android 2.1 to 2.2 with the following guide
Droid Den - Phone Guide: How To Install Rooted Android 2.2 On Your HTC Desire - Droid Den
Once the phone was done flashing DeFrost, with ROM manager, I restarted it. However, the phone will not boot. When powered on, all I can see if the green HTC logo against a white background.
What do i do now?
Update:
I managed to got past the HTC Logo screen where it would show a Red/Green/Yellow/Blue X and then boot into Android 2.2. I did this by clearing the storage data in the bootloader and restarting.
I would have no phone reception and is unable to get wifi connection. and would get an error message saying Process system is not responding at start up. Further, the phone keeps restarting by itself.
Also, SD card not detected and i would get horizontal line noise on the screen.
View 2 Replies
View Related
Nov 26, 2009
I decided to put World of Bombs on the Market place but it ran unsuccessfully. The upload site ask me to change the package name since i've already an app with the same package already there.The thing is i can't see the ADC entry i used to for the contest to supress it and replace by the version i want to put on the market without having to rename. I don't want to rename the app while i just did the contest. Is possible Google to remove all unqualified apps from the contest sandbox. that way i can upload my market version of my app.
View 9 Replies
View Related
Apr 28, 2010
I sell the application into android market with the version 1. i upgrade the application with version 2.in that version 2 i found one bug after upgrading.now i resolved that bug is it possible to upgrade application ith version2.
View 2 Replies
View Related
Jun 6, 2009
My phone was updated to 1.5 this week. I have been waiting to update my development environment, until the phone was upgraded. The ide started out smoothly, I even updated my new Colorthon program library and posted the compiled version on the marketplace.
Next I decided to upgrade Radio's Exercise Buddy. Got a signature error. I worked around it by giving it a new namespace, but this is far from ideal, because now my users will have to use a migration tool, to bring their data over. Is there a better way to do this? Also, If I change the namespace, can I still have my paid users get a free upgrade? Also, I know that many developer's have upgraded earlier, but I wanted to wait until I had the updated phone. If this is a common problem, please refer me to the thread to read.
View 6 Replies
View Related
Oct 12, 2010
I bought a new HTC desire last week with Android 2.1 version, after upgrading to android 2.2 version there is no "Android Market" available in my phone.
View 2 Replies
View Related
Oct 12, 2009
I've had more than one user say they have trouble when they "upgrade" new versions of my app in Android Market. One woman says it takes her several "days" to successfully do it (I presume that means multiple attempts spread out over time).Can this be on my end? I upgrade my database on each rev - basically I retreive the user data and stick it in the new database that ships with my app. But I think the complaint is about something different. Has anyone else received comments about anything similar? I am concerned people uninstall my app just because of this issue,
View 4 Replies
View Related
Mar 18, 2010
I have setup for Android development with 1.5 SDK on Mac O.S X - Eclipse 3.5. I want to upgrade the SDK, so as i followed to choose Window->Android SDK and AVD Manager from Eclipse. But it throws error as follows: XML verification failed forhttps://dl-ssl.google.com/android/repository/repository.xml.Error: cvc-elt.1: Cannot find the declaration of element 'sdk:sdk- repository'. Failed to fetch URL I tried "http" instead of https, but still getting the same error. I don't know why such crap error comes. If i see Android website, http://developer.android .com /intl/zh-CN/sdk/index.html its confusing.Could someone guide me easily to update Android SDK to 2.x or later without uninstalling my current setup environment.
View 1 Replies
View Related
Dec 22, 2009
Has anyone else experienced an issue I've complained numerous times about yet can't get resolution: When users upgrade our My Coupons app, apparently there is a service left unclosed. Fine. The issue being, the old service code interferes with the new code and users uninstall then reinstall immediately in attempt to resolve. Google registers the uninstalls, but not the reinstalls.
I repeat, the market registers the uninstalls, but prompt reinstallations DO NOT get registered!
I can verify this occurs as each time the app is first run it notifies our servers, and we've got record of each install. This record vastly differs from the statistics google is reporting. These records are verifiably unique users.
View 2 Replies
View Related
Oct 5, 2010
I currently found out, that my Application developed for Android 1.6 does not work on Android 2.2. I'm quite puzzled about this, because its a very simple Application which almost does nothing. The Expeption I get is like that:
java.lang.RuntimeException: Unable to instantiate application [packagename].AndApp:
java.lang.ClassNotFoundException: [packagename].AndApp in loader
dalvik.system.PathClassLoader[/data/app-private/[packagename]-1.apk]
The weirdest part is, that the Class it is searching for here does not exist and never has. The app itself does nothing than show some text in a textview. In Android 1.6 I dont get this problem and I cant see a reason, it event works in 2.1. The Manifest looks like that:
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="[packagename]" android:versionName="1.02" android:versionCode="3">
<application android:label="@string/app_name" android:icon="@drawable/stop_48"
android:description="@string/Description" android:name="@string/app_name">
<activity android:name=".DefaultActivity" android:label="@string/app_name" >
<intent-filter> <action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter> </activity>
<uses-sdk android:minSdkVersion="4" android:targetSdkVersion="4"</uses-sdk>
</manifest>
View 2 Replies
View Related
Feb 1, 2010
After upgrading my application I would like the service to restart if it was running before. Is there any way to do this? I didn't see any Broadcast Intents that I could register for in the manifest.
View 1 Replies
View Related
Oct 27, 2009
I am attempting to upgrade my ROM from the 1.7v. I dl'd the RUU file and did everything as required. However, when the bootloader tries to connect I get a prompt, "ERROR[171]:USB Connection ERROR". It asks me to make sure that the phone is connected to the USB cable and for the USB cable to be connected to the PC. Both are connected but I noticed that the phone is powered off. It will not power back on while connected. It will once I disconnect it from USB cable. This leads me to believe that the phone starts to do what it is supposed to but somehow disconnects.
View 10 Replies
View Related
Nov 23, 2010
Recently rooted, and Market says there is updates, but it can't update them. The apps were included as part of leedroid 2.2f. I've read that I can use Titanium to uninstall the app (e.g. maps) then install again from the market. Is this correct, don't want to upset anything.
View 1 Replies
View Related
Sep 9, 2010
For those of you who have now gotten your phones and upgraded from another android phone - did you sign in to the market/configure the phone with same Gmail account? And what I really want to know - did your previously installed apps (both free and paid) automatically download?
View 6 Replies
View Related
Dec 5, 2009
So i have the free sneoid on my Droid. if I want to upgrade to the paid do I have to uninstall the free one first? or just install the paid? will the paid install over the free?
View 3 Replies
View Related
Jun 20, 2010
I have installed PC Companion but every 2-3 days it announce me a new update for my phone X10mini.Is it possible to know which bugs are fixed in each update before proceeding ?Is there a way to save all data before upgrading and restore after upgrading ? (sms, sounds, accounts, software, note, alert, phonebook etc)
View 1 Replies
View Related
Jun 16, 2010
I have some required try/catch statements in my application that in my testing never get called. I have sent them up with:
Log.e("messaage", e.toString());
For my debugging and now that I'm ready to release I am not sure if I should take that out or not. I see in android market you can get error/crash reports and while I do not expect my app to catch any errors, I would like to know if that happens and wondering if I need specific syntax for that. My question is what should I do in the catch statement for these errors? I'm already handling the error from a user standpoint...
View 1 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 28, 2010
My phone has been working fine I just went on to find an app and its telling me ATTENTION! A network error has occurred retry or cancel and return to the previous screen. I restarted the phone, I made a phone call and it isnt working....
View 4 Replies
View Related
Oct 30, 2008
Any of you receive the following error when trying to access the Market?
=========================================
Attention
-------------------
A server error has occurred.
Retry, or cancel and return to
the previous screen.
[Retry] [Cancel]
=========================================
View 5 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
Nov 24, 2010
For one of my clients they want to redirect customers who are viewing their mobile site from their android to the android market. The url is something like http://market.android.com/search?q=com.company_name , which when clicked on as a link functions correctly but if done as a redirect via php header('location : http://market.android.com/search?q=com.company_name'); will resolve to 404 page not found.
From a pc the link will never resolved, it will only work from an Android phone and only when the link is clicked on via an a href.
Summary
a href='http://market.android.com/search?q=com.company_name' - Works when clicked
header('location: http://market.android.com/search?q=com.company_name'); - Does not work: 404 error
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
Sep 2, 2010
Can't get into android market anyone have this problem yet.
View 3 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
May 7, 2009
I uploaded the new updates to the application in the market. There was no error message shown. It seemed that the uploading was successful. However, the version name and the app itself were still the old version. FYI: lost the original private key or the keystore file. I generated a new keystore file to sign the app. I also met the minSDK problem and solved it by set the minSDKversion in the manifest file. There must be a way to update the app. I don't want to upload the app as an new application since there is a large base of existing customers.
View 11 Replies
View Related
Apr 27, 2010
I wrote a basic soundboard app, and it runs fine there's nothing wrong with it. I want to upload it to the Market, but every time I try I get an error message:
Market requires the minSdkVersion to be set to a positive 32-bit integer in AndroidManifest.xml
That is already in there, I'm using 1.5 so I have my minSdkVersion set at 3. I don't understand what the problem is, and I've asked a lot of devs that never know what to tell me. I don't want to use a different platform because my phone currently uses 1.5. Others have suggested putting the <uses-sdk> line under the <manifest> line, but that hasn't helped at all.
Here is what my manifest looks like:
code:....................
View 5 Replies
View Related
Aug 20, 2010
I'm in the UK and tried to buy some apps for the first time today, when registering a card I tried debit card and amex credit card but both times I got server error retry or cancel.
Is this a google checkout issue or am I missing something I need to do first?
View 3 Replies
View Related
Mar 25, 2010
I am creating an application that checks the installation of a package and then launches the market-place with its id.
When I try to launch market place with id of an application say com.mybrowser.android by throwing an intent android.intent.action.VIEW with url: market://details?id=com.mybrowser.android, the market place application does launches but crashes after launch.
Note: the application com.mybrowser.android doesn't exists in the market-place.
MyApplication is my application.
CODE:..........
However, when I try to launch the market place for a package that exists in the market place say com.opera.mini.android, everything works. Log for this case:
CODE:..................
View 2 Replies
View Related
Oct 29, 2010
I found a fix and documented it here: FIX
Worked for my X10. Might work for yours.
Have a lovely 2.1... DAY! I mean Have a lovely day.
View 10 Replies
View Related