android-emulator-runner
android-emulator-runner copied to clipboard
How to use skia emulator with this image ?
I would like to activate this in the emulator, how is this possible ?
https://developer.android.com/studio/run/emulator-acceleration#skia-emulator
@kopax-polyconseil
"$ANDROID_HOME"/platform-tools/adb root
"$ANDROID_HOME"/platform-tools/adb shell 'su;setprop debug.hwui.renderer skiagl;stop;start'
After the emulator starts, you can try this before running your tests.
Let me know if that works for you