Fails to work on Android 7.1 on Google Pixelbook 2017 with Linux host
- Dominant language
- Go
- Stars
- 2.2k
- Forks
- 329
- PR merge metrics
- No merged PRs in 30d
Description
# Summary
The gapid gui is unable to scan the packages/actions on my Android 7.1 client when running the gui on a Linux desktop.
# Details
Using the official [gapid-1.0.2-linux.zip](https://github.com/google/gapid/releases/download/v1.0.2/gapid-1.0.2-linux.zip).
The Android 7.1 device is the Google Pixelbook 2017, codenamed "Eve". Specifically, the client is the ARC++ container running inside Chrome OS. The Android device supports the following ABIs according to getprop: x86_64 (primary), x86, armeabi-v7a, armeabi.
The gapid gui is running on Google's internal Debian distro.
# Logs & Screen Capture
Attached is a short (17s) screen capture of my problem; logs and device info (such as the GLES and Vulkan capabilities) of the Android device; and the stdout/stderr of gapid.
(Apologies for zipping the mp4 file, but Github rejects stand-alone video files).
[2018-02-09-23-31-56Z-chadversary--android-dumpsys-surfaceflinger.log](https://github.com/google/gapid/files/1712742/2018-02-09-23-31-56Z-chadversary--android-dumpsys-surfaceflinger.log)
[2018-02-09-23-31-56Z-chadversary--android-getprop.log](https://github.com/google/gapid/files/1712743/2018-02-09-23-31-56Z-chadversary--android-getprop.log)
[2018-02-09-23-31-56Z-chadversary--android-vkinfo.log](https://github.com/google/gapid/files/1712744/2018-02-09-23-31-56Z-chadversary--android-vkinfo.log)
[2018-02-09-23-31-56Z-chadversary--gapid.log](https://github.com/google/gapid/files/1712745/2018-02-09-23-31-56Z-chadversary--gapid.log)
[2018-02-09-23-31-56Z-chadversary--gapid-screen-capture.mp4.zip](https://github.com/google/gapid/files/1712759/2018-02-09-23-31-56Z-chadversary--gapid-screen-capture.mp4.zip)
# Armchair Diagnosis
The device's primary ABI is x86_64, but the gapid binary releases do not provide gapid-x86_64.apk.
Contributor guide
Assessment
This issue has not been assessed yet.