Questions tagged [android-update-app]
73 questions
0
votes
1 answer
Installation dialog not shown in oreo when done programatically if device is not rooted
I am trying to update app after showing the alert dialog in my app. It is working fine below Android Oreo. Here is what I have tried till now
String ANDROID_PACKAGE = "application/vnd.android.package-archive";
File update_apk =…

user9930057
- 13
- 5
0
votes
1 answer
Google Play Store not showing update button
I have a published my App in Google Play Store with version code 4. I made some changes and changed the version code to 5 and also changed the version name and I published the new version through Google Play Store
I can see the new version…

SHADOW.NET
- 555
- 1
- 5
- 20
0
votes
0 answers
Google Play update error apk
I have loaded an app to Google Play 3 months ago. it is my first time so I have create many apk so I now have my app code. But When I click Generate Signed APK,
Android studio gives me :
Error:Execution failed for task…

Hatay Berkay Işıkoğlu
- 328
- 3
- 14
0
votes
1 answer
Will the updated code work with the new changes in the background
I have an app installed which is not running in foreground, but has a BroadcastReceiver which will be receiving events. Now I am updating the app from Google Play.
After the update is installed, will the app work with the new updates(Let's say I…

Joshua
- 1,167
- 1
- 14
- 32
0
votes
0 answers
Is it possible that update of android app could delete internal storage data?
some people has problem, that if they update app it delete their saved data. The app is saving data into internal data storage. Is it possible? (for example some old version of android could do it? or some another posibility?)

Samuel Senigl
- 31
- 2
0
votes
0 answers
Parse errorr trying to install downloaded .apk file
I want to upgrade my app. and i get new version .apk on server. It is work on manually if delete old version app. on device but if I do not delete old version app. does not work again I take same parse error.
I added AndroidManifest file:…
user9153067
0
votes
1 answer
Error with the image when running a app, after Android Studio update
I just update to new version of Android Studio and my app stop this displaying in the preview screen.
The error that I get is this:
Error:Execution failed for task ':app:mergeDebugResources'.
C:\Users\So…

Emanuel
- 89
- 4
- 14
0
votes
1 answer
Keep an internal app updated
I'm going to develop an android app for a museum, which will handle a tablet with the app installed on it to the visitors.
The app will be on foreground full time and visitor will only be able to use this app.
Since there will be many tablets, and…

Federico Ponzi
- 2,682
- 4
- 34
- 60
0
votes
1 answer
Android Studio - app's changes reflect only after unistalling the app completely and installing again
I developed an app using Android Studio and I have a problem with updates. Whether I install an updated version of APK at the debugging process, or I update the APK on Google Play Store, the changes aren't seen until I uninstall the app completely…

Jane
- 1
- 3
0
votes
1 answer
Restarting a service upon app update from playstore
My android app makes use of a service which is currently triggered if the app is opened (and service is currently not running), or if device is rebooted.
When I released the first update on Google Play I noticed that on updating the app from Google…

SoulRayder
- 5,072
- 6
- 47
- 93
0
votes
0 answers
Android app cannot be updated in Google play store
I tried to update my app at play Store but received the following msg
Upload failed
You uploaded an APK that is signed with a differentcertificate to your previous APKs.
You must use the same certificate.
Your existing APKs are signed with the…

bns
- 397
- 1
- 5
- 13
0
votes
1 answer
Android: Can't overwrite existing app with new version
I'm developing a new version of an existing app. This is a complete redesign from the ground up, so I've created a separate project for this update. Now I need to test the app's behavior when upgrading from v2 (old version) to v3 (new version). The…

James Harpe
- 4,315
- 8
- 47
- 74
0
votes
1 answer
Android Screen Pinning - Update of App
Hi i've developed an android app which is screen pinned (using admin receiver). I've also put an automatic update check (my own server). When there is an update it downloads the APK and starts an intent to install it.
As the screen is Screen pinned…

SliderUK
- 167
- 14
0
votes
2 answers
Android: cannot update my application at Play store
While I am trying to to update my Application at play Store I am receiving message:
Upload failed
You uploaded an APK that is signed with a different certificate to your previous APKs. You must use the same certificate.
Your existing APKs are signed…

Kumail Hussain
- 869
- 2
- 26
- 49
0
votes
1 answer
Google Play push notification for app update available is not sent. Am I missing something?
I had published an app on Google Play. According to me I need to change the versioncode in the gradle file everytime I upload the new APK and from there, Google Play does the job of notifying the users about an available update. I am in touch with…

Pankaj Lilan
- 4,245
- 1
- 29
- 48