实例介绍
【实例截图】
【核心代码】
.
├── LogProject2
│ ├── LogProject2.iml
│ ├── app
│ │ ├── app.iml
│ │ ├── build
│ │ │ ├── generated
│ │ │ │ ├── assets
│ │ │ │ │ └── shaders
│ │ │ │ │ └── debug
│ │ │ │ ├── mockable-android-26.v3.jar
│ │ │ │ ├── res
│ │ │ │ │ ├── pngs
│ │ │ │ │ │ ├── androidTest
│ │ │ │ │ │ │ └── debug
│ │ │ │ │ │ └── debug
│ │ │ │ │ ├── resValues
│ │ │ │ │ │ ├── androidTest
│ │ │ │ │ │ │ └── debug
│ │ │ │ │ │ └── debug
│ │ │ │ │ └── rs
│ │ │ │ │ ├── androidTest
│ │ │ │ │ │ └── debug
│ │ │ │ │ └── debug
│ │ │ │ └── source
│ │ │ │ ├── aidl
│ │ │ │ │ ├── androidTest
│ │ │ │ │ │ └── debug
│ │ │ │ │ └── debug
│ │ │ │ ├── apt
│ │ │ │ │ └── debug
│ │ │ │ ├── buildConfig
│ │ │ │ │ ├── androidTest
│ │ │ │ │ │ └── debug
│ │ │ │ │ │ └── com
│ │ │ │ │ │ └── example
│ │ │ │ │ │ └── nanxiao198908
│ │ │ │ │ │ └── logproject2
│ │ │ │ │ │ └── test
│ │ │ │ │ │ └── BuildConfig.java
│ │ │ │ │ └── debug
│ │ │ │ │ └── com
│ │ │ │ │ └── example
│ │ │ │ │ └── nanxiao198908
│ │ │ │ │ └── logproject2
│ │ │ │ │ └── BuildConfig.java
│ │ │ │ ├── r
│ │ │ │ │ ├── androidTest
│ │ │ │ │ │ └── debug
│ │ │ │ │ │ ├── android
│ │ │ │ │ │ │ ├── app
│ │ │ │ │ │ │ │ └── R.java
│ │ │ │ │ │ │ └── support
│ │ │ │ │ │ │ └── test
│ │ │ │ │ │ │ ├── R.java
│ │ │ │ │ │ │ ├── espresso
│ │ │ │ │ │ │ │ ├── R.java
│ │ │ │ │ │ │ │ └── idling
│ │ │ │ │ │ │ │ └── R.java
│ │ │ │ │ │ │ └── rule
│ │ │ │ │ │ │ └── R.java
│ │ │ │ │ │ └── com
│ │ │ │ │ │ └── example
│ │ │ │ │ │ └── nanxiao198908
│ │ │ │ │ │ └── logproject2
│ │ │ │ │ │ └── test
│ │ │ │ │ │ └── R.java
│ │ │ │ │ └── debug
│ │ │ │ │ ├── android
│ │ │ │ │ │ └── support
│ │ │ │ │ │ └── constraint
│ │ │ │ │ │ └── R.java
│ │ │ │ │ └── com
│ │ │ │ │ └── example
│ │ │ │ │ └── nanxiao198908
│ │ │ │ │ └── logproject2
│ │ │ │ │ └── R.java
│ │ │ │ └── rs
│ │ │ │ ├── androidTest
│ │ │ │ │ └── debug
│ │ │ │ └── debug
│ │ │ ├── intermediates
│ │ │ │ ├── assets
│ │ │ │ │ └── debug
│ │ │ │ ├── blame
│ │ │ │ │ └── res
│ │ │ │ │ ├── androidTest
│ │ │ │ │ │ └── debug
│ │ │ │ │ │ └── multi-v2
│ │ │ │ │ │ ├── debug.json
│ │ │ │ │ │ └── values.json
│ │ │ │ │ └── debug
│ │ │ │ │ ├── multi-v2
│ │ │ │ │ │ ├── debug.json
│ │ │ │ │ │ └── values.json
│ │ │ │ │ └── single
│ │ │ │ │ └── debug.json
│ │ │ │ ├── build-info
│ │ │ │ │ └── debug
│ │ │ │ │ └── build-info.xml
│ │ │ │ ├── builds
│ │ │ │ │ └── debug
│ │ │ │ │ ├── 1638889889392
│ │ │ │ │ ├── 1638890481765
│ │ │ │ │ ├── 1638890715915
│ │ │ │ │ ├── 1638892162243
│ │ │ │ │ ├── 1638892733662
│ │ │ │ │ ├── 1638893183723
│ │ │ │ │ ├── 1638893536415
│ │ │ │ │ ├── 1639068806690
│ │ │ │ │ ├── 1639069005029
│ │ │ │ │ └── 1639069020152
│ │ │ │ ├── check-manifest
│ │ │ │ │ └── debug
│ │ │ │ ├── classes
│ │ │ │ │ └── debug
│ │ │ │ │ ├── android
│ │ │ │ │ │ └── support
│ │ │ │ │ │ └── constraint
│ │ │ │ │ │ ├── R$attr.class
│ │ │ │ │ │ ├── R$id.class
│ │ │ │ │ │ ├── R$styleable.class
│ │ │ │ │ │ └── R.class
│ │ │ │ │ └── com
│ │ │ │ │ └── example
│ │ │ │ │ └── nanxiao198908
│ │ │ │ │ └── logproject2
│ │ │ │ │ ├── BuildConfig.class
│ │ │ │ │ ├── MainActivity.class
│ │ │ │ │ ├── R$attr.class
│ │ │ │ │ ├── R$color.class
│ │ │ │ │ ├── R$drawable.class
│ │ │ │ │ ├── R$id.class
│ │ │ │ │ ├── R$layout.class
│ │ │ │ │ ├── R$mipmap.class
│ │ │ │ │ ├── R$string.class
│ │ │ │ │ ├── R$style.class
│ │ │ │ │ ├── R$styleable.class
│ │ │ │ │ └── R.class
│ │ │ │ ├── incremental
│ │ │ │ │ ├── InstantRunDependenciesApkBuilder
│ │ │ │ │ │ └── aapt-temp
│ │ │ │ │ ├── InstantRunSliceSplitApkBuilder
│ │ │ │ │ │ └── aapt-temp
│ │ │ │ │ ├── compileDebugAidl
│ │ │ │ │ │ └── dependency.store
│ │ │ │ │ ├── compileDebugAndroidTestAidl
│ │ │ │ │ │ └── dependency.store
│ │ │ │ │ ├── debug-mergeJavaRes
│ │ │ │ │ │ ├── merge-state
│ │ │ │ │ │ └── zip-cache
│ │ │ │ │ │ ├── G9p8Lml1YsPXmpVxTUMzC7ODbEI=
│ │ │ │ │ │ └── ZIaXD_h8U2jblJmIyphOBWwrfQg=
│ │ │ │ │ ├── debug-mergeJniLibs
│ │ │ │ │ │ ├── merge-state
│ │ │ │ │ │ └── zip-cache
│ │ │ │ │ │ ├── G9p8Lml1YsPXmpVxTUMzC7ODbEI=
│ │ │ │ │ │ └── ZIaXD_h8U2jblJmIyphOBWwrfQg=
│ │ │ │ │ ├── mergeDebugAndroidTestResources
│ │ │ │ │ │ ├── aapt-temp
│ │ │ │ │ │ ├── compile-file-map.properties
│ │ │ │ │ │ ├── merged.dir
│ │ │ │ │ │ │ └── values
│ │ │ │ │ │ │ └── values.xml
│ │ │ │ │ │ ├── merger.xml
│ │ │ │ │ │ └── stripped.dir
│ │ │ │ │ ├── mergeDebugAssets
│ │ │ │ │ │ └── merger.xml
│ │ │ │ │ ├── mergeDebugJniLibFolders
│ │ │ │ │ │ └── merger.xml
│ │ │ │ │ ├── mergeDebugResources
│ │ │ │ │ │ ├── aapt-temp
│ │ │ │ │ │ ├── compile-file-map.properties
│ │ │ │ │ │ ├── merged.dir
│ │ │ │ │ │ ├── merger.xml
│ │ │ │ │ │ └── stripped.dir
│ │ │ │ │ ├── mergeDebugShaders
│ │ │ │ │ │ └── merger.xml
│ │ │ │ │ ├── packageDebug
│ │ │ │ │ │ └── debug
│ │ │ │ │ │ ├── dex-renamer-state.txt
│ │ │ │ │ │ ├── file-input-save-data.txt
│ │ │ │ │ │ └── zip-cache
│ │ │ │ │ │ └── WyuFgPwe2hMnVlmfzLdRn13juDw=
│ │ │ │ │ ├── packageInstantRunResourcesDebug
│ │ │ │ │ │ └── debug
│ │ │ │ │ │ ├── dex-renamer-state.txt
│ │ │ │ │ │ └── zip-cache
│ │ │ │ │ │ └── WyuFgPwe2hMnVlmfzLdRn13juDw=
│ │ │ │ │ ├── processDebugAndroidTestResources
│ │ │ │ │ │ └── aapt-temp
│ │ │ │ │ └── processDebugResources
│ │ │ │ │ └── aapt-temp
│ │ │ │ ├── incremental-classes
│ │ │ │ │ └── debug
│ │ │ │ │ └── instant-run-bootstrap.jar
│ │ │ │ ├── incremental-runtime-classes
│ │ │ │ │ └── debug
│ │ │ │ │ └── instant-run.jar
│ │ │ │ ├── incremental-verifier
│ │ │ │ │ └── debug
│ │ │ │ │ ├── android
│ │ │ │ │ │ └── support
│ │ │ │ │ │ └── constraint
│ │ │ │ │ │ ├── R$attr.class
│ │ │ │ │ │ ├── R$id.class
│ │ │ │ │ │ ├── R$styleable.class
│ │ │ │ │ │ └── R.class
│ │ │ │ │ └── com
│ │ │ │ │ └── example
│ │ │ │ │ └── nanxiao198908
│ │ │ │ │ └── logproject2
│ │ │ │ │ ├── BuildConfig.class
│ │ │ │ │ ├── MainActivity.class
│ │ │ │ │ ├── R$attr.class
│ │ │ │ │ ├── R$color.class
│ │ │ │ │ ├── R$drawable.class
│ │ │ │ │ ├── R$id.class
│ │ │ │ │ ├── R$layout.class
│ │ │ │ │ ├── R$mipmap.class
│ │ │ │ │ ├── R$string.class
│ │ │ │ │ ├── R$style.class
│ │ │ │ │ ├── R$styleable.class
│ │ │ │ │ └── R.class
│ │ │ │ ├── instant-run-resources
│ │ │ │ │ ├── output.json
│ │ │ │ │ └── resources-debug.ir.ap_
│ │ │ │ ├── instant-run-support
│ │ │ │ │ └── debug
│ │ │ │ │ ├── dependencies
│ │ │ │ │ │ └── AndroidManifest.xml
│ │ │ │ │ ├── manifestChecker
│ │ │ │ │ │ ├── manifest.crc
│ │ │ │ │ │ └── manifest.xml
│ │ │ │ │ ├── package_dependencies
│ │ │ │ │ │ └── dex-renamer-state.txt
│ │ │ │ │ ├── package_slice_0
│ │ │ │ │ │ └── dex-renamer-state.txt
│ │ │ │ │ ├── package_slice_1
│ │ │ │ │ │ └── dex-renamer-state.txt
│ │ │ │ │ ├── package_slice_2
│ │ │ │ │ │ └── dex-renamer-state.txt
│ │ │ │ │ ├── package_slice_3
│ │ │ │ │ │ └── dex-renamer-state.txt
│ │ │ │ │ ├── package_slice_4
│ │ │ │ │ │ └── dex-renamer-state.txt
│ │ │ │ │ ├── package_slice_5
│ │ │ │ │ │ └── dex-renamer-state.txt
│ │ │ │ │ ├── package_slice_6
│ │ │ │ │ │ └── dex-renamer-state.txt
│ │ │ │ │ ├── package_slice_7
│ │ │ │ │ │ └── dex-renamer-state.txt
│ │ │ │ │ ├── package_slice_8
│ │ │ │ │ │ └── dex-renamer-state.txt
│ │ │ │ │ ├── package_slice_9
│ │ │ │ │ │ └── dex-renamer-state.txt
│ │ │ │ │ ├── slice_0
│ │ │ │ │ │ └── AndroidManifest.xml
│ │ │ │ │ ├── slice_1
│ │ │ │ │ │ └── AndroidManifest.xml
│ │ │ │ │ ├── slice_2
│ │ │ │ │ │ └── AndroidManifest.xml
│ │ │ │ │ ├── slice_3
│ │ │ │ │ │ └── AndroidManifest.xml
│ │ │ │ │ ├── slice_4
│ │ │ │ │ │ └── AndroidManifest.xml
│ │ │ │ │ ├── slice_5
│ │ │ │ │ │ └── AndroidManifest.xml
│ │ │ │ │ ├── slice_6
│ │ │ │ │ │ └── AndroidManifest.xml
│ │ │ │ │ ├── slice_7
│ │ │ │ │ │ └── AndroidManifest.xml
│ │ │ │ │ ├── slice_8
│ │ │ │ │ │ └── AndroidManifest.xml
│ │ │ │ │ └── slice_9
│ │ │ │ │ └── AndroidManifest.xml
│ │ │ │ ├── javaPrecompile
│ │ │ │ │ └── debug
│ │ │ │ │ └── annotationProcessors.json
│ │ │ │ ├── jniLibs
│ │ │ │ │ └── debug
│ │ │ │ ├── lint
│ │ │ │ ├── manifest
│ │ │ │ │ └── androidTest
│ │ │ │ │ └── debug
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ └── output.json
│ │ │ │ ├── manifests
│ │ │ │ │ ├── density
│ │ │ │ │ │ └── debug
│ │ │ │ │ │ └── output.json
│ │ │ │ │ ├── full
│ │ │ │ │ │ └── debug
│ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ └── output.json
│ │ │ │ │ └── instant-run
│ │ │ │ │ └── debug
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ └── output.json
│ │ │ │ ├── prebuild
│ │ │ │ │ ├── androidTest
│ │ │ │ │ │ └── debug
│ │ │ │ │ └── debug
│ │ │ │ ├── reload-dex
│ │ │ │ │ └── debug
│ │ │ │ ├── res
│ │ │ │ │ ├── androidTest
│ │ │ │ │ │ └── debug
│ │ │ │ │ │ ├── output.json
│ │ │ │ │ │ └── resources-debugAndroidTest.ap_
│ │ │ │ │ ├── debug
│ │ │ │ │ │ ├── output.json
│ │ │ │ │ │ └── resources-debug.ap_
│ │ │ │ │ ├── merged
│ │ │ │ │ │ ├── androidTest
│ │ │ │ │ │ │ └── debug
│ │ │ │ │ │ │ └── values_values.arsc.flat
│ │ │ │ │ │ └── debug
│ │ │ │ │ │ ├── drawable-v24_ic_launcher_foreground.xml.flat
│ │ │ │ │ │ ├── drawable_ic_launcher_background.xml.flat
│ │ │ │ │ │ ├── layout_activity_main.xml.flat
│ │ │ │ │ │ ├── mipmap-anydpi-v26_ic_launcher.xml.flat
│ │ │ │ │ │ ├── mipmap-anydpi-v26_ic_launcher_round.xml.flat
│ │ │ │ │ │ ├── mipmap-hdpi_ic_launcher.png.flat
│ │ │ │ │ │ ├── mipmap-hdpi_ic_launcher_round.png.flat
│ │ │ │ │ │ ├── mipmap-mdpi_ic_launcher.png.flat
│ │ │ │ │ │ ├── mipmap-mdpi_ic_launcher_round.png.flat
│ │ │ │ │ │ ├── mipmap-xhdpi_ic_launcher.png.flat
│ │ │ │ │ │ ├── mipmap-xhdpi_ic_launcher_round.png.flat
│ │ │ │ │ │ ├── mipmap-xxhdpi_ic_launcher.png.flat
│ │ │ │ │ │ ├── mipmap-xxhdpi_ic_launcher_round.png.flat
│ │ │ │ │ │ ├── mipmap-xxxhdpi_ic_launcher.png.flat
│ │ │ │ │ │ ├── mipmap-xxxhdpi_ic_launcher_round.png.flat
│ │ │ │ │ │ └── values_values.arsc.flat
│ │ │ │ │ └── symbol-table-with-package
│ │ │ │ │ ├── androidTest
│ │ │ │ │ │ └── debug
│ │ │ │ │ │ └── package-aware-r.txt
│ │ │ │ │ └── debug
│ │ │ │ │ └── package-aware-r.txt
│ │ │ │ ├── rs
│ │ │ │ │ ├── androidTest
│ │ │ │ │ │ └── debug
│ │ │ │ │ │ ├── lib
│ │ │ │ │ │ └── obj
│ │ │ │ │ └── debug
│ │ │ │ │ ├── lib
│ │ │ │ │ └── obj
│ │ │ │ ├── shaders
│ │ │ │ │ └── debug
│ │ │ │ ├── split-apk
│ │ │ │ │ └── debug
│ │ │ │ │ ├── dep
│ │ │ │ │ │ └── dependencies.apk
│ │ │ │ │ └── slices
│ │ │ │ │ ├── slice_0.apk
│ │ │ │ │ ├── slice_1.apk
│ │ │ │ │ ├── slice_2.apk
│ │ │ │ │ ├── slice_3.apk
│ │ │ │ │ ├── slice_4.apk
│ │ │ │ │ ├── slice_5.apk
│ │ │ │ │ ├── slice_6.apk
│ │ │ │ │ ├── slice_7.apk
│ │ │ │ │ ├── slice_8.apk
│ │ │ │ │ └── slice_9.apk
│ │ │ │ ├── splits-support
│ │ │ │ │ ├── androidTest
│ │ │ │ │ │ └── debug
│ │ │ │ │ │ └── split-list.gson
│ │ │ │ │ └── debug
│ │ │ │ │ └── split-list.gson
│ │ │ │ ├── symbols
│ │ │ │ │ ├── androidTest
│ │ │ │ │ │ └── debug
│ │ │ │ │ │ └── R.txt
│ │ │ │ │ └── debug
│ │ │ │ │ └── R.txt
│ │ │ │ ├── tmp
│ │ │ │ │ └── manifest
│ │ │ │ │ └── androidTest
│ │ │ │ │ └── debug
│ │ │ │ └── transforms
│ │ │ │ ├── dexBuilder
│ │ │ │ │ └── debug
│ │ │ │ │ ├── 43.jar
│ │ │ │ │ ├── 44.jar
│ │ │ │ │ ├── 45
│ │ │ │ │ │ ├── android
│ │ │ │ │ │ │ └── support
│ │ │ │ │ │ │ └── constraint
│ │ │ │ │ │ │ ├── R$attr.dex
│ │ │ │ │ │ │ ├── R$id.dex
│ │ │ │ │ │ │ ├── R$styleable.dex
│ │ │ │ │ │ │ └── R.dex
│ │ │ │ │ │ └── com
│ │ │ │ │ │ └── example
│ │ │ │ │ │ └── nanxiao198908
│ │ │ │ │ │ └── logproject2
│ │ │ │ │ │ ├── BuildConfig.dex
│ │ │ │ │ │ ├── MainActivity.dex
│ │ │ │ │ │ ├── R$attr.dex
│ │ │ │ │ │ ├── R$color.dex
│ │ │ │ │ │ ├── R$drawable.dex
│ │ │ │ │ │ ├── R$id.dex
│ │ │ │ │ │ ├── R$layout.dex
│ │ │ │ │ │ ├── R$mipmap.dex
│ │ │ │ │ │ ├── R$string.dex
│ │ │ │ │ │ ├── R$style.dex
│ │ │ │ │ │ ├── R$styleable.dex
│ │ │ │ │ │ └── R.dex
│ │ │ │ │ └── __content__.json
│ │ │ │ ├── dexMerger
│ │ │ │ │ └── debug
│ │ │ │ │ ├── 19
│ │ │ │ │ │ └── classes.dex
│ │ │ │ │ └── __content__.json
│ │ │ │ ├── externalLibsDexMerger
│ │ │ │ │ └── debug
│ │ │ │ │ ├── 0
│ │ │ │ │ │ └── classes.dex
│ │ │ │ │ └── __content__.json
│ │ │ │ ├── extractJars
│ │ │ │ │ └── debug
│ │ │ │ │ └── __content__.json
│ │ │ │ ├── instantRun
│ │ │ │ │ └── debug
│ │ │ │ │ ├── 0
│ │ │ │ │ │ ├── android
│ │ │ │ │ │ │ └── support
│ │ │ │ │ │ │ └── constraint
│ │ │ │ │ │ │ ├── R$attr.class
│ │ │ │ │ │ │ ├── R$id.class
│ │ │ │ │ │ │ ├── R$styleable.class
│ │ │ │ │ │ │ └── R.class
│ │ │ │ │ │ └── com
│ │ │ │ │ │ └── example
│ │ │ │ │ │ └── nanxiao198908
│ │ │ │ │ │ └── logproject2
│ │ │ │ │ │ ├── BuildConfig.class
│ │ │ │ │ │ ├── MainActivity.class
│ │ │ │ │ │ ├── R$attr.class
│ │ │ │ │ │ ├── R$color.class
│ │ │ │ │ │ ├── R$drawable.class
│ │ │ │ │ │ ├── R$id.class
│ │ │ │ │ │ ├── R$layout.class
│ │ │ │ │ │ ├── R$mipmap.class
│ │ │ │ │ │ ├── R$string.class
│ │ │ │ │ │ ├── R$style.class
│ │ │ │ │ │ ├── R$styleable.class
│ │ │ │ │ │ └── R.class
│ │ │ │ │ ├── 1
│ │ │ │ │ └── __content__.json
│ │ │ │ ├── instantRunDependenciesApk
│ │ │ │ │ └── debug
│ │ │ │ │ └── __content__.json
│ │ │ │ ├── instantRunSlicer
│ │ │ │ │ └── debug
│ │ │ │ │ ├── 0
│ │ │ │ │ │ └── com
│ │ │ │ │ │ └── android
│ │ │ │ │ │ └── tools
│ │ │ │ │ │ └── ir
│ │ │ │ │ │ └── dummy
│ │ │ │ │ │ └── slice_0.class
│ │ │ │ │ ├── 1
│ │ │ │ │ │ └── com
│ │ │ │ │ │ └── android
│ │ │ │ │ │ └── tools
│ │ │ │ │ │ └── ir
│ │ │ │ │ │ └── dummy
│ │ │ │ │ │ └── slice_1.class
│ │ │ │ │ ├── 2
│ │ │ │ │ │ └── com
│ │ │ │ │ │ └── android
│ │ │ │ │ │ └── tools
│ │ │ │ │ │ └── ir
│ │ │ │ │ │ └── dummy
│ │ │ │ │ │ └── slice_2.class
│ │ │ │ │ ├── 3
│ │ │ │ │ │ └── com
│ │ │ │ │ │ └── android
│ │ │ │ │ │ └── tools
│ │ │ │ │ │ └── ir
│ │ │ │ │ │ └── dummy
│ │ │ │ │ │ └── slice_3.class
│ │ │ │ │ ├── 4
│ │ │ │ │ │ └── com
│ │ │ │ │ │ └── android
│ │ │ │ │ │ └── tools
│ │ │ │ │ │ └── ir
│ │ │ │ │ │ └── dummy
│ │ │ │ │ │ └── slice_4.class
│ │ │ │ │ ├── 5
│ │ │ │ │ │ └── com
│ │ │ │ │ │ └── android
│ │ │ │ │ │ └── tools
│ │ │ │ │ │ └── ir
│ │ │ │ │ │ └── dummy
│ │ │ │ │ │ └── slice_5.class
│ │ │ │ │ ├── 6
│ │ │ │ │ │ └── com
│ │ │ │ │ │ └── android
│ │ │ │ │ │ └── tools
│ │ │ │ │ │ └── ir
│ │ │ │ │ │ └── dummy
│ │ │ │ │ │ └── slice_6.class
│ │ │ │ │ ├── 7
│ │ │ │ │ │ ├── buildId.txt
│ │ │ │ │ │ └── com
│ │ │ │ │ │ ├── android
│ │ │ │ │ │ │ └── tools
│ │ │ │ │ │ │ └── ir
│ │ │ │ │ │ │ └── dummy
│ │ │ │ │ │ │ └── slice_7.class
│ │ │ │ │ │ └── example
│ │ │ │ │ │ └── nanxiao198908
│ │ │ │ │ │ └── logproject2
│ │ │ │ │ │ ├── BuildConfig.class
│ │ │ │ │ │ ├── MainActivity.class
│ │ │ │ │ │ ├── R$attr.class
│ │ │ │ │ │ ├── R$color.class
│ │ │ │ │ │ ├── R$drawable.class
│ │ │ │ │ │ ├── R$id.class
│ │ │ │ │ │ ├── R$layout.class
│ │ │ │ │ │ ├── R$mipmap.class
│ │ │ │ │ │ ├── R$string.class
│ │ │ │ │ │ ├── R$style.class
│ │ │ │ │ │ ├── R$styleable.class
│ │ │ │ │ │ └── R.class
│ │ │ │ │ ├── 8
│ │ │ │ │ │ └── com
│ │ │ │ │ │ └── android
│ │ │ │ │ │ └── tools
│ │ │ │ │ │ └── ir
│ │ │ │ │ │ └── dummy
│ │ │ │ │ │ └── slice_8.class
│ │ │ │ │ ├── 9
│ │ │ │ │ │ ├── android
│ │ │ │ │ │ │ └── support
│ │ │ │ │ │ │ └── constraint
│ │ │ │ │ │ │ ├── R$attr.class
│ │ │ │ │ │ │ ├── R$id.class
│ │ │ │ │ │ │ ├── R$styleable.class
│ │ │ │ │ │ │ └── R.class
│ │ │ │ │ │ ├── buildId.txt
│ │ │ │ │ │ └── com
│ │ │ │ │ │ └── android
│ │ │ │ │ │ └── tools
│ │ │ │ │ │ └── ir
│ │ │ │ │ │ └── dummy
│ │ │ │ │ │ └── slice_9.class
│ │ │ │ │ └── __content__.json
│ │ │ │ ├── instantRunSlicesApk
│ │ │ │ │ └── debug
│ │ │ │ │ └── __content__.json
│ │ │ │ ├── mergeJavaRes
│ │ │ │ │ └── debug
│ │ │ │ │ ├── 0.jar
│ │ │ │ │ └── __content__.json
│ │ │ │ └── mergeJniLibs
│ │ │ │ └── debug
│ │ │ │ └── __content__.json
│ │ │ ├── outputs
│ │ │ │ ├── apk
│ │ │ │ │ └── debug
│ │ │ │ │ ├── app-debug.apk
│ │ │ │ │ └── output.json
│ │ │ │ └── logs
│ │ │ │ └── manifest-merger-debug-report.txt
│ │ │ └── tmp
│ │ │ └── compileDebugJavaWithJavac
│ │ ├── build.gradle
│ │ ├── libs
│ │ ├── proguard-rules.pro
│ │ └── src
│ │ ├── androidTest
│ │ │ └── java
│ │ │ └── com
│ │ │ └── example
│ │ │ └── nanxiao198908
│ │ │ └── logproject2
│ │ │ └── ExampleInstrumentedTest.java
│ │ ├── main
│ │ │ ├── AndroidManifest.xml
│ │ │ ├── java
│ │ │ │ └── com
│ │ │ │ └── example
│ │ │ │ └── nanxiao198908
│ │ │ │ └── logproject2
│ │ │ │ └── MainActivity.java
│ │ │ └── res
│ │ │ ├── drawable
│ │ │ │ └── ic_launcher_background.xml
│ │ │ ├── drawable-v24
│ │ │ │ └── ic_launcher_foreground.xml
│ │ │ ├── layout
│ │ │ │ └── activity_main.xml
│ │ │ ├── mipmap-anydpi-v26
│ │ │ │ ├── ic_launcher.xml
│ │ │ │ └── ic_launcher_round.xml
│ │ │ ├── mipmap-hdpi
│ │ │ │ ├── ic_launcher.png
│ │ │ │ └── ic_launcher_round.png
│ │ │ ├── mipmap-mdpi
│ │ │ │ ├── ic_launcher.png
│ │ │ │ └── ic_launcher_round.png
│ │ │ ├── mipmap-xhdpi
│ │ │ │ ├── ic_launcher.png
│ │ │ │ └── ic_launcher_round.png
│ │ │ ├── mipmap-xxhdpi
│ │ │ │ ├── ic_launcher.png
│ │ │ │ └── ic_launcher_round.png
│ │ │ ├── mipmap-xxxhdpi
│ │ │ │ ├── ic_launcher.png
│ │ │ │ └── ic_launcher_round.png
│ │ │ └── values
│ │ │ ├── colors.xml
│ │ │ ├── strings.xml
│ │ │ └── styles.xml
│ │ └── test
│ │ └── java
│ │ └── com
│ │ └── example
│ │ └── nanxiao198908
│ │ └── logproject2
│ │ └── ExampleUnitTest.java
│ ├── build
│ │ └── android-profile
│ │ ├── profile-2021-12-07-22-58-05-262.json
│ │ ├── profile-2021-12-07-22-58-05-262.rawproto
│ │ ├── profile-2021-12-07-22-58-36-126.json
│ │ ├── profile-2021-12-07-22-58-36-126.rawproto
│ │ ├── profile-2021-12-07-23-09-18-901.json
│ │ ├── profile-2021-12-07-23-09-18-901.rawproto
│ │ ├── profile-2021-12-07-23-11-39-006.json
│ │ ├── profile-2021-12-07-23-11-39-006.rawproto
│ │ ├── profile-2021-12-07-23-17-48-557.json
│ │ ├── profile-2021-12-07-23-17-48-557.rawproto
│ │ ├── profile-2021-12-07-23-18-52-365.json
│ │ ├── profile-2021-12-07-23-18-52-365.rawproto
│ │ ├── profile-2021-12-07-23-21-24-461.json
│ │ ├── profile-2021-12-07-23-21-24-461.rawproto
│ │ ├── profile-2021-12-07-23-25-16-837.json
│ │ ├── profile-2021-12-07-23-25-16-837.rawproto
│ │ ├── profile-2021-12-07-23-49-23-243.json
│ │ ├── profile-2021-12-07-23-49-23-243.rawproto
│ │ ├── profile-2021-12-07-23-58-56-652.json
│ │ ├── profile-2021-12-07-23-58-56-652.rawproto
│ │ ├── profile-2021-12-08-00-04-07-882.json
│ │ ├── profile-2021-12-08-00-04-07-882.rawproto
│ │ ├── profile-2021-12-08-00-04-37-295.json
│ │ ├── profile-2021-12-08-00-04-37-295.rawproto
│ │ ├── profile-2021-12-08-00-06-42-824.json
│ │ ├── profile-2021-12-08-00-06-42-824.rawproto
│ │ ├── profile-2021-12-08-00-12-28-616.json
│ │ ├── profile-2021-12-08-00-12-28-616.rawproto
│ │ ├── profile-2021-12-09-23-35-33-736.json
│ │ ├── profile-2021-12-09-23-35-33-736.rawproto
│ │ ├── profile-2021-12-09-23-35-57-138.json
│ │ ├── profile-2021-12-09-23-35-57-138.rawproto
│ │ ├── profile-2021-12-10-00-53-32-766.json
│ │ ├── profile-2021-12-10-00-53-32-766.rawproto
│ │ ├── profile-2021-12-10-00-56-51-089.json
│ │ ├── profile-2021-12-10-00-56-51-089.rawproto
│ │ ├── profile-2021-12-10-00-57-02-684.json
│ │ ├── profile-2021-12-10-00-57-02-684.rawproto
│ │ ├── profile-2021-12-10-00-57-18-917.json
│ │ ├── profile-2021-12-10-00-57-18-917.rawproto
│ │ ├── profile-2021-12-20-23-04-43-042.json
│ │ ├── profile-2021-12-20-23-04-43-042.rawproto
│ │ ├── profile-2021-12-23-19-22-22-554.json
│ │ ├── profile-2021-12-23-19-22-22-554.rawproto
│ │ ├── profile-2021-12-23-19-22-47-310.json
│ │ ├── profile-2021-12-23-19-22-47-310.rawproto
│ │ ├── profile-2021-12-24-16-09-30-150.json
│ │ ├── profile-2021-12-24-16-09-30-150.rawproto
│ │ ├── profile-2021-12-24-16-09-41-165.json
│ │ ├── profile-2021-12-24-16-09-41-165.rawproto
│ │ ├── profile-2021-12-24-16-13-11-067.json
│ │ ├── profile-2021-12-24-16-13-11-067.rawproto
│ │ ├── profile-2021-12-24-16-13-26-553.json
│ │ ├── profile-2021-12-24-16-13-26-553.rawproto
│ │ ├── profile-2021-12-24-16-14-33-740.json
│ │ ├── profile-2021-12-24-16-14-33-740.rawproto
│ │ ├── profile-2021-12-24-16-14-47-462.json
│ │ ├── profile-2021-12-24-16-14-47-462.rawproto
│ │ ├── profile-2021-12-24-16-38-05-226.json
│ │ ├── profile-2021-12-24-16-38-05-226.rawproto
│ │ ├── profile-2022-01-10-13-18-57-234.json
│ │ ├── profile-2022-01-10-13-18-57-234.rawproto
│ │ ├── profile-2022-01-10-13-19-20-600.json
│ │ ├── profile-2022-01-10-13-19-20-600.rawproto
│ │ ├── profile-2022-01-12-14-12-42-944.json
│ │ ├── profile-2022-01-12-14-12-42-944.rawproto
│ │ ├── profile-2022-01-12-14-12-53-160.json
│ │ ├── profile-2022-01-12-14-12-53-160.rawproto
│ │ ├── profile-2022-12-26-17-47-31-743.json
│ │ ├── profile-2022-12-26-17-47-31-743.rawproto
│ │ ├── profile-2022-12-26-17-47-54-067.json
│ │ ├── profile-2022-12-26-17-47-54-067.rawproto
│ │ ├── profile-2022-12-26-18-00-07-109.json
│ │ ├── profile-2022-12-26-18-00-07-109.rawproto
│ │ ├── profile-2022-12-26-18-00-15-732.json
│ │ ├── profile-2022-12-26-18-00-15-732.rawproto
│ │ ├── profile-2022-12-26-18-02-15-616.json
│ │ ├── profile-2022-12-26-18-02-15-616.rawproto
│ │ ├── profile-2022-12-26-18-02-39-728.json
│ │ ├── profile-2022-12-26-18-02-39-728.rawproto
│ │ ├── profile-2022-12-26-20-56-56-861.json
│ │ ├── profile-2022-12-26-20-56-56-861.rawproto
│ │ ├── profile-2022-12-26-21-05-26-264.json
│ │ ├── profile-2022-12-26-21-05-26-264.rawproto
│ │ ├── profile-2022-12-26-21-40-57-795.json
│ │ ├── profile-2022-12-26-21-40-57-795.rawproto
│ │ ├── profile-2022-12-26-21-41-54-018.json
│ │ ├── profile-2022-12-26-21-41-54-018.rawproto
│ │ ├── profile-2022-12-27-17-25-08-270.json
│ │ ├── profile-2022-12-27-17-25-08-270.rawproto
│ │ ├── profile-2022-12-27-18-21-07-358.json
│ │ ├── profile-2022-12-27-18-21-07-358.rawproto
│ │ ├── profile-2022-12-27-18-21-30-141.json
│ │ ├── profile-2022-12-27-18-21-30-141.rawproto
│ │ ├── profile-2022-12-27-18-28-37-083.json
│ │ ├── profile-2022-12-27-18-28-37-083.rawproto
│ │ ├── profile-2022-12-27-18-28-50-156.json
│ │ ├── profile-2022-12-27-18-28-50-156.rawproto
│ │ ├── profile-2022-12-27-18-29-48-109.json
│ │ ├── profile-2022-12-27-18-29-48-109.rawproto
│ │ ├── profile-2022-12-27-18-30-13-707.json
│ │ ├── profile-2022-12-27-18-30-13-707.rawproto
│ │ ├── profile-2022-12-27-19-34-25-269.json
│ │ └── profile-2022-12-27-19-34-25-269.rawproto
│ ├── build.gradle
│ ├── gradle
│ │ └── wrapper
│ │ ├── gradle-wrapper.jar
│ │ └── gradle-wrapper.properties
│ ├── gradle.properties
│ ├── gradlew
│ ├── gradlew.bat
│ ├── local.properties
│ └── settings.gradle
└── 好例子网_LogProject2.rar
381 directories, 361 files
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论