Android-第一天

时间:2014-05-16 23:16:17   收藏:0   阅读:311

1.google

2.application->application framework->libraries(调用关系)

3.strings.xml 是全局字符串的配置文件

4.ADT(Android Development Tools):其中DDMS是测试插件

5.Android DDMS 中的日志输出

Log.v(String tag, String msg):输出冗余消息
Log.d(String tag, String msg) :输出调试消息
Log.i(String tag, String msg): 输出普通消息
Log.w(String tag, String msg) :输出警告消息
Log.e(String tag, String msg): 输出错误消息

Android-第一天,布布扣,bubuko.com

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!