I wonder know if is there any kind of support for console UI on Android platform. I mean something like printf / scanf C functions or the System.Out / System.in Java classes with relative console creation.
e.g. Symbyan Platforms have CConsole class, Windows has console subsystem and API, so has Linux, and so 开发者_如何转开发on.
Thanks for your answers.
See http://developer.android.com/reference/android/util/Log.html
You can view your log by typing 'adb logcat' in the terminal (android-sdk-dir/platform-tools needs to be in your PATH).
I wonder know if is there any kind of support for console UI on Android platform.
Not for real apps.
精彩评论