【发布时间】:2019-01-21 12:18:37
【问题描述】:
正在定制 android Oreo 设备。
最初在我的自定义 Oreo AOSP 谷歌播放服务中不可用。
我已经安装了GoogleServicesFramework.apk 和Phonesky.apk。
Google 地图会立即崩溃。
08-14 14:53:47.359 2280 2292 I ActivityManager: Killing 4063:com.google.android.apps.maps/u0a67 (adj 900): depends on provider com.google.android.gms/.auth.account.be.legacy.AccountContentProvider in dying proc com.google.android.gms.persistent (adj 0)
08-14 14:55:22.717 198 284 E IMGSRV : :0: PVRSRVMapDmaBuf: offset from mapping dmabuf 0 size 6189056
08-14 14:55:22.718 2221 2310 E IMGSRV : :0: PVRSRVMapDmaBuf: offset from mapping dmabuf 0 size 6189056
08-14 14:55:22.720 2753 2823 E IMGSRV : :0: PVRSRVMapDmaBuf: offset from mapping dmabuf 0 size 6189056
08-14 14:55:22.783 198 284 E IMGSRV : :0: PVRSRVMapDmaBuf: offset from mapping dmabuf 0 size 6189056
08-14 14:55:22.784 2221 2310 E IMGSRV : :0: PVRSRVMapDmaBuf: offset from mapping dmabuf 0 size 6189056
08-14 14:55:22.786 2280 2334 E IMGSRV : :0: PVRSRVMapDmaBuf: offset from mapping dmabuf 0 size 6189056
08-14 14:55:23.340 198 284 E IMGSRV : :0: PVRSRVMapDmaBuf: offset from mapping dmabuf 0 size 6189056
08-14 14:55:23.340 2221 2309 E IMGSRV : :0: PVRSRVMapDmaBuf: offset from mapping dmabuf 0 size 6189056
08-14 14:55:23.347 198 284 E IMGSRV : :0: PVRSRVMapDmaBuf: offset from mapping dmabuf 0 size 6189056
08-14 14:55:23.348 2221 2309 E IMGSRV : :0: PVRSRVMapDmaBuf: offset from mapping dmabuf 0 size 6189056
08-14 14:55:23.359 198 284 E IMGSRV : :0: PVRSRVMapDmaBuf: offset from mapping dmabuf 0 size 6189056
08-14 14:55:23.360 2221 2309 E IMGSRV : :0: PVRSRVMapDmaBuf: offset from mapping dmabuf 0 size 6189056
08-14 14:55:23.360 3152 4278 E IMGSRV : :0: PVRSRVMapDmaBuf: offset from mapping dmabuf 0 size 4096
08-14 14:55:23.442 198 284 E IMGSRV : :0: PVRSRVMapDmaBuf: offset from mapping dmabuf 0 size 6189056
08-14 14:55:23.443 2221 2310 E IMGSRV : :0: PVRSRVMapDmaBuf: offset from mapping dmabuf 0 size 6189056
08-14 14:55:23.446 3152 4278 D vndksupport: Loading /vendor/lib/hw/android.hardware.graphics.mapper@2.0-impl.so from current namespace instead of sphal namespace.
08-14 14:55:23.450 3152 4278 E IMGSRV : :0: PVRSRVMapDmaBuf: offset from mapping dmabuf 0 size 6189056
08-14 14:55:23.485 198 284 E IMGSRV : :0: PVRSRVMapDmaBuf: offset from mapping dmabuf 0 size 6189056
08-14 14:55:23.489 2221 2309 E IMGSRV : :0: PVRSRVMapDmaBuf: offset from mapping dmabuf 0 size 6189056
08-14 14:55:23.491 3152 4278 E IMGSRV : :0: PVRSRVMapDmaBuf: offset from mapping dmabuf 0 size 6189056
08-14 14:55:23.503 198 284 E IMGSRV : :0: PVRSRVMapDmaBuf: offset from mapping dmabuf 0 size 6189056
08-14 14:55:23.507 2221 2310 E IMGSRV : :0: PVRSRVMapDmaBuf: offset from mapping dmabuf 0 size 6189056
08-14 14:55:23.510 3152 4278 E IMGSRV : :0: PVRSRVMapDmaBuf: offset from mapping dmabuf 0 size 6189056
Google Play 商店只是出现白屏。
我已经创建了基本的 android 地图应用程序,总是显示 Goolge 播放服务正在更新。
我已经关注了这个链接Install Google Apps on AOSP Build
【问题讨论】:
标签: android google-maps google-play-services android-8.0-oreo