Chinaunix首页 | 论坛 | 博客
  • 博客访问: 182637
  • 博文数量: 34
  • 博客积分: 869
  • 博客等级: 准尉
  • 技术积分: 375
  • 用 户 组: 普通用户
  • 注册时间: 2012-03-08 15:55
文章分类

全部博文(34)

文章存档

2012年(34)

我的朋友

分类: 项目管理

2012-09-17 13:58:35

android support three types variants eng/user/userdebug

use “eng” internally for our development - as it is the super set
          Installs modules tagged with user.
          Installs non-APK modules that have no tags specified.
          Installs APKs according to the product definition files;
          tags are ignored for APK modules.
          ro.debuggable=0
eng product is user build. subset of modules will get built 
    -> Installs modules tagged with: eng, debug, user, and/or development.
-> Installs non-APK modules that have no tags specified. -> Installs APKs according to the product definition files, in addition to tagged APKs. -> ro.secure=0 -> ro.debuggable=1 -> ro.kernel.android.checkjni=1
-> adb is enabled by default.      
userdebug is for debugging - generally we don’t use this.
       mostly  the same as user, Also installs modules tagged with debug ro.debuggable=1  adb is enabled by default

阅读(907) | 评论(0) | 转发(0) |
0

上一篇:worktip

下一篇:repo

给主人留下些什么吧!~~