Android Studio项目模板全面解析(40)

  • androidTestCompile -> androidTestImplementation // 编译测试用例时依赖, 不会打包到发布的产品中

  • AndroidManifest.xml

  • AS项目模板的AndroidManifest.xml文件内容:

    <?xml version=

    "1.0"

     encoding=

    "utf-8"

    ?>

    <manifest xmlns:android=

    "http://schemas.android.com/apk/res/android"



        

    package

    =

    "wang.relish.demo"

    >



        <application

            android:allowBackup=

    "true"



            android:icon=