Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Simulators/emulators for mobile browser testing on ubuntu / linux

I'm building the mobile version of a website and I want a way to test it. The problem with a lot of free emulators is that they are for windows. I know I could run them in wine, just wondering if there are native GNU/Linux applications.

PS: I want to perform these tests locally, I'm not looking for online emulators.

like image 832
Gabriel Solomon Avatar asked Oct 02 '09 10:10

Gabriel Solomon


People also ask

Is there an Android emulator for Ubuntu?

Anbox, a free-of-cost and open-source and one of the best Android emulator for Linux would let any kind of Android mobile app and games run smoothly on the Linux distro. This platform also allows you to run Android apps in the cloud. Anbox goes on to run Android apps in tight box containers.

Does emulator work on Ubuntu?

Once an emulator is attached to the SDK, you can run apps on them, install click packages on them, and etc. just as if they were physical devices. Here you learn how to use the Ubuntu emulator from the Ubuntu SDK, including: Creating emulators.

Does Linux support emulators?

Yuzu and Ryujinx are the two main emulators available today that can emulate some commercial Nintendo Switch games on Linux PCs. Both these emulators are under heavy development and not many games are compatible and playable.


2 Answers

Install Opera Mobile in Ubuntu (.deb)

it´s faster then the Android-emulators, so better for Web-apps dev.

enter image description here

Opera Labs have made installation in Ubuntu super easy:

  1. You download this .deb

  2. Double-click on it once download has completed

  3. Click on 'Install' in Ubuntu Software Center.

  4. Then open your ’Dash Home’ an wirte 'op'.

Source: http://www.omgubuntu.co.uk/2010/08/install-opera-mobile-in-ubuntu-deb

like image 73
Voidcode Avatar answered Sep 23 '22 01:09

Voidcode


Use mobile emulation mode in Chrome: enter image description here

See https://developer.chrome.com/devtools/docs/device-mode#enable-device-mode

like image 39
sanmai Avatar answered Sep 21 '22 01:09

sanmai