mirror of
https://github.com/budtmo/docker-android.git
synced 2026-04-25 20:25:57 +03:00
[GH-ISSUE #99] Google Play service Update on 8.1 #75
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/docker-android#75
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
@JoeSSS commented on GitHub (Jul 20, 2018):
This is what the latest image gives us... not sure how to fix it tbh
@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
@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
@JoeSSS commented on GitHub (Jul 20, 2018):
to be honest I'm not sure.. theoretically in
src/app.pyyou 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 :)
@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:
@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
@mehrdad-abdoli commented on GitHub (Jul 21, 2018):
@JoeSSS I build docker image with no success to resolve the problem
@mehrdad-abdoli commented on GitHub (Jul 22, 2018):
@JoeSSS Android 9 (API 28) is uptodate but has serious problems with appium
@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"
@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.
@mehrdad-abdoli commented on GitHub (Jul 28, 2018):
Hi @butomo1989
Done : https://github.com/butomo1989/docker-android/pull/103 👍
@budtmo commented on GitHub (Jul 31, 2018):
Fixed in release 1.3-p2