= Android Waydroid =

 * Android emulator

 * Install / re-install with gapps {{{
$  systemctl stop waydroid-container.service
$ sudo rm -rf /var/lib/waydroid /home/.waydroid ~/waydroid ~/.share/waydroid ~/.local/share/applications/*aydroid* ~/.local/share/waydroid
$ sudo waydroid init -s GAPPS

}}}

 * Waydroid warning "this device is not play protected platform certified" {{{
ANDROID_RUNTIME_ROOT=/apex/com.android.runtime ANDROID_DATA=/data ANDROID_TZDATA_ROOT=/apex/com.android.tzdata ANDROID_I18N_ROOT=/apex/com.android.i18n sqlite3 /data/data/com.google.android.gsf/databases/gservices.db "select * from main where name = \"android_id\";"
}}}
   * Get number and register {{{
Use the string of numbers printed by the command to register the device on your Google Account at https://www.google.com/android/uncertified
}}}
   * Virtual device should be good to go in couple of minutes.

 * Set some properties e.g. mouse as touch {{{
https://docs.waydro.id/usage/waydroid-prop-options

}}}