What is the AVD?

Android Virtual Device.Android虚拟机,可以在电脑上运行一个模拟真实Android设备的虚拟机。

What is the diference between the android:versionCode and android:versionName attributes in the AndroidManifest.xml file?

android:versionCode是用于检查程序是否可以升级,而versionName是给用户展示用的

What is the use of the strings.xml file?

用于存储程序中所包含的所有string,这可以让用户容易地使用较为简单的字符来代替复杂的字符,然后方便更改。

更多相关文章

  1. Android复制手机号码到剪切板并调起打电话功能
  2. Android官方入门文档[3]构建一个简单的用户界面
  3. Android(安卓)Studio 无法打开虚拟机
  4. Android(安卓)项目基础之XML
  5. Android(安卓)WebView
  6. inputtype
  7. 深度解析Android中字体设置
  8. android 字体的使用
  9. Android字体(一)

随机推荐

  1. Android——MVP架构
  2. Android(安卓)使用MediaPlayer播放assets
  3. Android开机动画 (boot animation)制作
  4. android(NDK+JNI)---NDK开发 环境配置
  5. PANIC: Could not open the file(安卓环境
  6. Android(安卓)ORM数据库框架之-greenDao(
  7. Android(安卓)java.lang.UnsatisfiedLink
  8. android wifi驱动开发日记(二)
  9. android studio 使用备忘
  10. Alibaba-AndFix Bug热修复框架原理及源码