Simulators/emulators for mobile browser testing on ubuntu / linux
Asked Answered
P

5

16

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.

Ponderable answered 2/10, 2009 at 10:30 Comment(0)
T
6

http://developer.android.com/sdk/1.6_r1/index.html

I know android has a emulator for linux development I am sure you could use that. I have not used it myself much.

Trillby answered 2/10, 2009 at 10:33 Comment(1)
Maybe this was a good option at the time, but the Android emulator is an insanely heavy-handed solution. You don't need to emulate a browser running on an OS on a hardware emulator. Just use the browser you're already using.Poop
A
13

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

Anserine answered 5/2, 2013 at 19:37 Comment(0)
C
9

Use mobile emulation mode in Chrome: enter image description here

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

Carpentaria answered 8/9, 2014 at 7:56 Comment(1)
"Toggle the Device Mode button (near upper-left of developer tools) to turn Device Mode on or off."Unkennel
T
6

http://developer.android.com/sdk/1.6_r1/index.html

I know android has a emulator for linux development I am sure you could use that. I have not used it myself much.

Trillby answered 2/10, 2009 at 10:33 Comment(1)
Maybe this was a good option at the time, but the Android emulator is an insanely heavy-handed solution. You don't need to emulate a browser running on an OS on a hardware emulator. Just use the browser you're already using.Poop
L
3

There is a list of emulators here: http://www.mobilexweb.com/emulators

Lanie answered 15/8, 2011 at 9:56 Comment(0)
L
2

The GnuPoc project provides a SymbianOS SDK for GNU/Linux. Check out the Symbian development on Linux and OS X page too.

Levileviable answered 2/10, 2009 at 10:52 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.