开发者

Does the Android API support console UI?

开发者 https://www.devze.com 2023-03-09 22:23 出处:网络
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 crea

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

精彩评论

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

关注公众号