Variant choices are:
     1. user
     2. userdebug
     3. eng
Which would you like? [eng] 

解决方案 »

  1.   

    eng 指定 编译android时形成的版本风格,一般发布时使用这个值,采用默认就好
        * user: include this in user/userdebug builds
        * eng: include this in eng builds
        * tests: the target is a testing target and makes it available for tests
        * optional: don't include this"
      

  2.   

    eng user是什么意思,可以直白的说说不?
    小的英文看不太懂
      

  3.   

    正是发布版本时采用release,user模式的平时调试用为了输出kernel的log等,需要编译debug版本。user模式编译出的项目下载到手机后,进adb shell,默认是$,即,没有权限删除手机中的固定软件,而eng的是root模式的,随便删除或卸载所有应用。
      

  4.   

    eng 其实应该是engineer的缩写,意为工程模式
    usr就是用户模式