views:

709

answers:

2

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.

+2  A: 

http://developer.android.com/sdk/1.6%5Fr1/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.

Paul Whelan
+1  A: 

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

Pascal Thivent