Penelope tutorial in android ?

Hi, am new to Unity and to Andorid Development. Can anyone please let me know whether i can make the penelope tutorial for iphone to work on android ?? I searched for a long time but couldnt get any possible way…

Also can i check the game in standalone ?? and is there any other tutorial available for android game development using Unity…

Please guide…

Thankss in advance…

The Penelope game should be usable on your Android straight out, as said here: http://www.brighthub.com/mobile/google-android/articles/100380.aspx.

You can check the game in stand-alone by building it in stand-alone. However, you will need to substitute Input.touches or Input.GetTouch(<int touch_number>) calls with their mouse equivalents.