Anbox is a container-based approach to boot a full Android system on a regular GNU/Linux system like Ubuntu. In other words: Anbox will let you run Android on your Linux system without the slowness of virtualization. github.com/anbox/anbox
Wine translates those Windows logic to native UNIX/POSIX-complaint logic. In simple and non-technical words, Wine converts internal Windows commands to commands your Linux system can natively understand. https://itsfoss.com/use-windows-applications-linux/
============
===fixubuntu===
Disable Error reporting
sudo nano /etc/default/apport
*You will see a line enabled=1, change the value of enabled from 1 to 0.
Press CTRL+O to save the file
CTRL+X to exit out of the file.
And you are done! You won’t see error pop up any more!