开发者

Does the Android API support console UI?

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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜