How to debug on Android device?

I am trying to port my iOS game to android. Being new to the android platform, how do you see those print statements when app is running on an android device?

Thanks. [import]uid: 8745 topic_id: 10223 reply_id: 310223[/import]

Open a new terminal and run adb logcat. Will have to install Android SDK first. [import]uid: 4596 topic_id: 10223 reply_id: 37303[/import]