frenzygames / fruitgame

http://frenzygames.github.io/fruitgame
0 stars 2 forks source link

android emulators #51

Closed erosson closed 10 years ago

erosson commented 10 years ago

from #32 http://www.android.com/phones-and-tablets/

setup emulators for these phones and test a bit.

Also, any way to allow other folks to access these emulators after I set them up? At least sharing their configuration should be possible.

http://developer.android.com/tools/devices/managing-avds.html#createavd

erosson commented 10 years ago

To run an android emulator, you create an AVD, where you specify hardware specs and Android OS version. http://developer.android.com/tools/devices/managing-avds.html#createavd

Couldn't figure out how to share avds or device definitions, but all the devices we need happen to be predefined, so it's easy:

boom, there's an android phone on your screen. Unity should see it and be able to launch the app inside it.

Nothing more to do here until it's time to test.

erosson commented 10 years ago

This all assumes you have the android sdk, which is required to create emulators. SDK is downloaded; not web-based.