[GH-ISSUE #99] Google Play service Update on 8.1 #75

Closed
opened 2026-03-01 15:40:00 +03:00 by kerem · 12 comments
Owner

Originally created by @mehrdad-abdoli on GitHub (Jul 20, 2018).
Original GitHub issue: https://github.com/budtmo/docker-android/issues/99

Operating System:
Ubuntu 16.04

Docker Image:
butomo1989/docker-android-x86-8.1

Docker Version:
18.05.0-ce, build f150324

Docker-compose version (Only if you use it):
1.17.1, build 6d101fb

Expected Behavior
up to date android 8.1 on docker emulator

Actual Behavior
when test my app it show Google play services needs to be updated.

Originally created by @mehrdad-abdoli on GitHub (Jul 20, 2018). Original GitHub issue: https://github.com/budtmo/docker-android/issues/99 Operating System: Ubuntu 16.04 Docker Image: butomo1989/docker-android-x86-8.1 Docker Version: 18.05.0-ce, build f150324 Docker-compose version (Only if you use it): 1.17.1, build 6d101fb Expected Behavior up to date android 8.1 on docker emulator Actual Behavior when test my app it show Google play services needs to be updated.
kerem closed this issue 2026-03-01 15:40:00 +03:00
Author
Owner

@JoeSSS commented on GitHub (Jul 20, 2018):

This is what the latest image gives us... not sure how to fix it tbh

<!-- gh-comment-id:406608684 --> @JoeSSS commented on GitHub (Jul 20, 2018): This is what the latest image gives us... not sure how to fix it tbh
Author
Owner

@mehrdad-abdoli commented on GitHub (Jul 20, 2018):

@JoeSSS also on 8.0 and 7.1.1 it needs updates .it happened in the last hours. I am using this reps dockers from last 17 months and never have such a problem

<!-- gh-comment-id:406617864 --> @mehrdad-abdoli commented on GitHub (Jul 20, 2018): @JoeSSS also on 8.0 and 7.1.1 it needs updates .it happened in the last hours. I am using this reps dockers from last 17 months and never have such a problem
Author
Owner

@mehrdad-abdoli commented on GitHub (Jul 20, 2018):

@JoeSSS the new version is here:
https://dw57.uptodown.com/dwn/RjLGfwlqXE8U-QGjvr3tuOeBFrcwVRlwpQBGmr6awAo7H8hK_ZB4gC2k93qpBmxHKsY5t8unCs486nLS_Iq1R04R-7USt5kocbRRBDfEj3eABwORxgBAtsMXUpDroCQ/ADHVH4HI0ssns9CLU2x9wUQ_UF05UFlRRQFktWAMXNF9L12sky-la9Q0cTppsYXd1jBl_naICGjwFQzOXHxCz9rlRhjte2YNUx6z7AneDz1wrMMCrOLvp0kya36OvGwT/oPiasDdqEITB8WvkIdjo5Y1Ww45TvJSe-fJtSXehXA6Yr0WCmYEM7V4Y9zCRMG9oEML7JK3O4epM_TzI6Neb9YrPopsCwpPBpcoVY6WJ27V7c3XznwSrgUKlTqrQC7q/mslBFJlpaLZfx4KyThriP0OrOXwpYC-O0qwmUn8FixbFkgN92wvYs6v9Kf0LDZOqD0lTgAwyM_RkdfhI6JwdPQ==/google-play-services-12-8-72-000308-202717283.apk

how can we use it in emulator startup or docker file

<!-- gh-comment-id:406623489 --> @mehrdad-abdoli commented on GitHub (Jul 20, 2018): @JoeSSS the new version is here: https://dw57.uptodown.com/dwn/RjLGfwlqXE8U-QGjvr3tuOeBFrcwVRlwpQBGmr6awAo7H8hK_ZB4gC2k93qpBmxHKsY5t8unCs486nLS_Iq1R04R-_7USt5kocbRRBDfEj3eABwORxgBAtsMXUpDroCQ/ADHVH4HI0ssns9CLU2x9wUQ_UF05UFlRRQFktWAMXNF9L12sky-la9Q0cTppsYXd1jBl_naICGjwFQzOXHxCz9rlRhjte2YNUx6z7AneDz1wrMMCrOLvp0kya36OvGwT/oPiasDdqEITB8WvkIdjo5Y1Ww45TvJSe_-fJtSXehXA6Yr0WCmYEM7V4Y9zCRMG9oEML7JK3O4epM_TzI6Neb9YrPopsCwpPBpcoVY6WJ27V7c3XznwSrgUKlTqrQC7q/mslBFJlpaLZfx4KyThriP0OrOXwpYC-O0qwmUn8FixbFkgN92wvYs6v9Kf0LDZOqD0lTgAwyM_RkdfhI6JwdPQ==/google-play-services-12-8-72-000308-202717283.apk how can we use it in emulator startup or docker file
Author
Owner

@JoeSSS commented on GitHub (Jul 20, 2018):

to be honest I'm not sure.. theoretically in src/app.py you can add something after latest lines to install it. But I wouldn't rely on it, as after some day google will release a new version and it will require update again..

Can you show an screenshot btw? maybe we're speaking about different stuff :)

<!-- gh-comment-id:406630734 --> @JoeSSS commented on GitHub (Jul 20, 2018): to be honest I'm not sure.. theoretically in `src/app.py` you can add something after latest lines to install it. But I wouldn't rely on it, as after some day google will release a new version and it will require update again.. Can you show an screenshot btw? maybe we're speaking about different stuff :)
Author
Owner

@mehrdad-abdoli commented on GitHub (Jul 20, 2018):

@JoeSSS
I think we need the updated google_apis system image in docker file .
Here is the screenshot:
image

<!-- gh-comment-id:406634002 --> @mehrdad-abdoli commented on GitHub (Jul 20, 2018): @JoeSSS I think we need the updated google_apis system image in docker file . Here is the screenshot: ![image](https://user-images.githubusercontent.com/22414520/43010705-64c83e04-8c56-11e8-9b0a-8636fe113f42.png)
Author
Owner

@JoeSSS commented on GitHub (Jul 20, 2018):

I think that it is embedded in the image that Google build several months ago, not sure they're updating. But you can try to build a docker image from current master to check if it will get updated

<!-- gh-comment-id:406635810 --> @JoeSSS commented on GitHub (Jul 20, 2018): I think that it is embedded in the image that Google build several months ago, not sure they're updating. But you can try to build a docker image from current master to check if it will get updated
Author
Owner

@mehrdad-abdoli commented on GitHub (Jul 21, 2018):

@JoeSSS I build docker image with no success to resolve the problem

<!-- gh-comment-id:406772257 --> @mehrdad-abdoli commented on GitHub (Jul 21, 2018): @JoeSSS I build docker image with no success to resolve the problem
Author
Owner

@mehrdad-abdoli commented on GitHub (Jul 22, 2018):

@JoeSSS Android 9 (API 28) is uptodate but has serious problems with appium

<!-- gh-comment-id:406864636 --> @mehrdad-abdoli commented on GitHub (Jul 22, 2018): @JoeSSS Android 9 (API 28) is uptodate but has serious problems with appium
Author
Owner

@mehrdad-abdoli commented on GitHub (Jul 25, 2018):

download latest from : https://www.apklinker.com/apk/google-inc/google-play-services/google-play-services-12-8-66-release/google-play-services-12-8-66-090800-200774163-android-apk-download/
I have mounted the gps to docker container in and then:
adb install -r "com.google.android.gms_12.8.66-090800-200774163_12866036_MinAPI26_(x86,x86_64)(nodpi).apk"

<!-- gh-comment-id:407683923 --> @mehrdad-abdoli commented on GitHub (Jul 25, 2018): download latest from : https://www.apklinker.com/apk/google-inc/google-play-services/google-play-services-12-8-66-release/google-play-services-12-8-66-090800-200774163-android-apk-download/ I have mounted the gps to docker container in and then: adb install -r "com.google.android.gms_12.8.66-090800-200774163_12866036_MinAPI26_(x86,x86_64)(nodpi).apk"
Author
Owner

@budtmo commented on GitHub (Jul 25, 2018):

Hi @mehrdad-abdoli ,

could you write in the readme maybe how you solve the issue and create a PR for that? It is really helpful for us.

<!-- gh-comment-id:407689702 --> @budtmo commented on GitHub (Jul 25, 2018): Hi @mehrdad-abdoli , could you write in the readme maybe how you solve the issue and create a PR for that? It is really helpful for us.
Author
Owner

@mehrdad-abdoli commented on GitHub (Jul 28, 2018):

Hi @butomo1989
Done : https://github.com/butomo1989/docker-android/pull/103 👍

<!-- gh-comment-id:408604702 --> @mehrdad-abdoli commented on GitHub (Jul 28, 2018): Hi @butomo1989 Done : https://github.com/butomo1989/docker-android/pull/103 👍
Author
Owner

@budtmo commented on GitHub (Jul 31, 2018):

Fixed in release 1.3-p2

<!-- gh-comment-id:409118683 --> @budtmo commented on GitHub (Jul 31, 2018): Fixed in [release 1.3-p2](https://github.com/butomo1989/docker-android/releases/tag/1.3-p2)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/docker-android#75
No description provided.