This page provides two Chromium x86 APKs for Intel Android emulator testing:
- ChromePublic-unpatched-x86.apk: baseline build
- ChromePublic-patched-x86.apk: build with Virtual Keyboard API fixes for geometry coordinates, CSS insets, and keyboard height calculation
.y and .top show wrong values (Δ297 error)
All geometry values match expected
Use this sampler while running each APK:
# Install unpatched
adb install -r ChromePublic-unpatched-x86.apk
# Install patched (overwrites same package)
adb install -r ChromePublic-patched-x86.apk
# If install fails due to signature mismatch, uninstall first
adb uninstall org.chromium.chrome
adb install ChromePublic-patched-x86.apk
17637a0c473df7969b89b2e45452cb5e0d8f4bf19eff0767699a539d907b8578 ChromePublic-unpatched-x86.apk
f4a73271386dd936a29ddb7015c49372a4205bfd06d4b93779d7bc72d981b11c ChromePublic-patched-x86.apk