Prakash Raman
Prakash Raman

Reputation: 13933

Android Browser

I am building a website which needs to be views on the Android browser as well.

I heard that on the android browser the javascript seems to be breaking. I do not have an android device to view it for myself.

Are there an emulators for the android browser that I can download and check for myself.

My Dev Env: MAC (Lion).

Upvotes: 1

Views: 105

Answers (1)

jsb
jsb

Reputation: 339

In order to use the emulator you need to have the android sdk installed: instructions here. Then you can look at using the Android emulator docs by Google: here

Another option is to run your own VM of android using parrallels, vmware, etc. The information for that and downloads can be found here

Upvotes: 1

Related Questions