Hi all
I received the following error when uploading an updated apk to Production (I strongly suspect this warning appeared the first time I uploaded my apk but I did not notice it):
Warnings
You uploaded an APK that uses Google Play services version 8487000. This will only work with Android API levels of 9 and above. It is discouraged to use this Google Play services version unless you have set the minSdkVersion in your manifest to 9 or higher.
I therefore changed my manifest from 4 to 9 and uploaded the modified version.
However, when I then attempted to update my local app via the Google Play Store - an error occurred: can't install app error code 504
I tried a different device and encountered the same problem. I uninstalled my app and tried a new install from the store - same problem.
I therefore reverted the manifest to '4' and uploaded the apk - ignored the warning from Google and my app will now allow updating and new downloads.
I am confused - what should I do?
Thanks.
I received the following error when uploading an updated apk to Production (I strongly suspect this warning appeared the first time I uploaded my apk but I did not notice it):
Warnings
You uploaded an APK that uses Google Play services version 8487000. This will only work with Android API levels of 9 and above. It is discouraged to use this Google Play services version unless you have set the minSdkVersion in your manifest to 9 or higher.
I therefore changed my manifest from 4 to 9 and uploaded the modified version.
However, when I then attempted to update my local app via the Google Play Store - an error occurred: can't install app error code 504
I tried a different device and encountered the same problem. I uninstalled my app and tried a new install from the store - same problem.
I therefore reverted the manifest to '4' and uploaded the apk - ignored the warning from Google and my app will now allow updating and new downloads.
I am confused - what should I do?
Thanks.