实例介绍
蓝牙串口android 源码, 在共享源码上修改android6.0 以后的无法查找设备问题,已经测试可用, 本人在手机和mt2502 开发板连接可以正常通过蓝牙串口通讯。
【实例截图】
【核心代码】
BTClient
└── BTClient
├── app
│ ├── app.iml
│ ├── build
│ │ ├── generated
│ │ │ ├── mockable-android-26.v3.jar
│ │ │ ├── mockable-android-27.v3.jar
│ │ │ └── source
│ │ │ ├── buildConfig
│ │ │ │ ├── androidTest
│ │ │ │ │ └── debug
│ │ │ │ │ └── com
│ │ │ │ │ └── test
│ │ │ │ │ └── BTClient
│ │ │ │ │ └── test
│ │ │ │ │ └── BuildConfig.java
│ │ │ │ ├── debug
│ │ │ │ │ └── com
│ │ │ │ │ └── test
│ │ │ │ │ └── BTClient
│ │ │ │ │ └── BuildConfig.java
│ │ │ │ └── release
│ │ │ │ └── com
│ │ │ │ └── test
│ │ │ │ └── BTClient
│ │ │ │ └── BuildConfig.java
│ │ │ └── r
│ │ │ ├── androidTest
│ │ │ │ └── debug
│ │ │ │ └── com
│ │ │ │ └── test
│ │ │ │ └── BTClient
│ │ │ │ └── test
│ │ │ │ └── R.java
│ │ │ ├── debug
│ │ │ │ └── com
│ │ │ │ └── test
│ │ │ │ └── BTClient
│ │ │ │ └── R.java
│ │ │ └── release
│ │ │ └── com
│ │ │ └── test
│ │ │ └── BTClient
│ │ │ └── R.java
│ │ ├── intermediates
│ │ │ ├── blame
│ │ │ │ └── res
│ │ │ │ ├── debug
│ │ │ │ │ ├── multi-v2
│ │ │ │ │ │ ├── debug.json
│ │ │ │ │ │ └── values.json
│ │ │ │ │ └── single
│ │ │ │ │ └── debug.json
│ │ │ │ └── release
│ │ │ │ ├── multi-v2
│ │ │ │ │ ├── release.json
│ │ │ │ │ └── values.json
│ │ │ │ └── single
│ │ │ │ └── release.json
│ │ │ ├── build-info
│ │ │ │ └── debug
│ │ │ │ └── build-info.xml
│ │ │ ├── classes
│ │ │ │ ├── debug
│ │ │ │ │ └── com
│ │ │ │ │ └── test
│ │ │ │ │ └── BTClient
│ │ │ │ │ ├── BTClient$1.class
│ │ │ │ │ ├── BTClient$2.class
│ │ │ │ │ ├── BTClient$3.class
│ │ │ │ │ ├── BTClient$4.class
│ │ │ │ │ ├── BTClient$5.class
│ │ │ │ │ ├── BTClient.class
│ │ │ │ │ ├── BuildConfig.class
│ │ │ │ │ ├── DeviceListActivity$1.class
│ │ │ │ │ ├── DeviceListActivity$2.class
│ │ │ │ │ ├── DeviceListActivity$3.class
│ │ │ │ │ ├── DeviceListActivity.class
│ │ │ │ │ ├── R$drawable.class
│ │ │ │ │ ├── R$id.class
│ │ │ │ │ ├── R$layout.class
│ │ │ │ │ ├── R$menu.class
│ │ │ │ │ ├── R$string.class
│ │ │ │ │ └── R.class
│ │ │ │ └── release
│ │ │ │ └── com
│ │ │ │ └── test
│ │ │ │ └── BTClient
│ │ │ │ ├── BTClient$1.class
│ │ │ │ ├── BTClient$2.class
│ │ │ │ ├── BTClient$3.class
│ │ │ │ ├── BTClient$4.class
│ │ │ │ ├── BTClient$5.class
│ │ │ │ ├── BTClient.class
│ │ │ │ ├── BuildConfig.class
│ │ │ │ ├── DeviceListActivity$1.class
│ │ │ │ ├── DeviceListActivity$2.class
│ │ │ │ ├── DeviceListActivity$3.class
│ │ │ │ ├── DeviceListActivity.class
│ │ │ │ ├── R$drawable.class
│ │ │ │ ├── R$id.class
│ │ │ │ ├── R$layout.class
│ │ │ │ ├── R$menu.class
│ │ │ │ ├── R$string.class
│ │ │ │ └── R.class
│ │ │ ├── incremental
│ │ │ │ ├── compileDebugAidl
│ │ │ │ │ └── dependency.store
│ │ │ │ ├── compileDebugAndroidTestAidl
│ │ │ │ │ └── dependency.store
│ │ │ │ ├── compileReleaseAidl
│ │ │ │ │ └── dependency.store
│ │ │ │ ├── debug-mergeJavaRes
│ │ │ │ │ └── merge-state
│ │ │ │ ├── debug-mergeJniLibs
│ │ │ │ │ └── merge-state
│ │ │ │ ├── mergeDebugAndroidTestResources
│ │ │ │ │ ├── compile-file-map.properties
│ │ │ │ │ └── merger.xml
│ │ │ │ ├── mergeDebugAssets
│ │ │ │ │ └── merger.xml
│ │ │ │ ├── mergeDebugJniLibFolders
│ │ │ │ │ └── merger.xml
│ │ │ │ ├── mergeDebugResources
│ │ │ │ │ ├── compile-file-map.properties
│ │ │ │ │ ├── merged.dir
│ │ │ │ │ │ └── values
│ │ │ │ │ │ └── values.xml
│ │ │ │ │ └── merger.xml
│ │ │ │ ├── mergeDebugShaders
│ │ │ │ │ └── merger.xml
│ │ │ │ ├── mergeReleaseAssets
│ │ │ │ │ └── merger.xml
│ │ │ │ ├── mergeReleaseJniLibFolders
│ │ │ │ │ └── merger.xml
│ │ │ │ ├── mergeReleaseResources
│ │ │ │ │ ├── compile-file-map.properties
│ │ │ │ │ ├── merged.dir
│ │ │ │ │ │ └── values
│ │ │ │ │ │ └── values.xml
│ │ │ │ │ └── merger.xml
│ │ │ │ ├── mergeReleaseShaders
│ │ │ │ │ └── merger.xml
│ │ │ │ ├── packageDebug
│ │ │ │ │ └── debug
│ │ │ │ │ ├── dex-renamer-state.txt
│ │ │ │ │ ├── file-input-save-data.txt
│ │ │ │ │ └── zip-cache
│ │ │ │ │ └── 67ngt5zBJ2V+xXrK_q3I8DNOw_Q=
│ │ │ │ ├── packageInstantRunResourcesDebug
│ │ │ │ │ └── debug
│ │ │ │ │ ├── dex-renamer-state.txt
│ │ │ │ │ └── zip-cache
│ │ │ │ │ └── 67ngt5zBJ2V+xXrK_q3I8DNOw_Q=
│ │ │ │ ├── packageRelease
│ │ │ │ │ └── release
│ │ │ │ │ ├── dex-renamer-state.txt
│ │ │ │ │ ├── file-input-save-data.txt
│ │ │ │ │ └── zip-cache
│ │ │ │ │ └── b4p7FPBpOQnWKEBqwfwXwia8ZyI=
│ │ │ │ ├── release-mergeJavaRes
│ │ │ │ │ └── merge-state
│ │ │ │ └── release-mergeJniLibs
│ │ │ │ └── merge-state
│ │ │ ├── incremental-classes
│ │ │ │ └── debug
│ │ │ │ └── instant-run-bootstrap.jar
│ │ │ ├── incremental-runtime-classes
│ │ │ │ └── debug
│ │ │ │ └── instant-run.jar
│ │ │ ├── incremental-verifier
│ │ │ │ └── debug
│ │ │ │ └── com
│ │ │ │ └── test
│ │ │ │ └── BTClient
│ │ │ │ ├── BTClient$1.class
│ │ │ │ ├── BTClient$2.class
│ │ │ │ ├── BTClient$3.class
│ │ │ │ ├── BTClient$4.class
│ │ │ │ ├── BTClient$5.class
│ │ │ │ ├── BTClient.class
│ │ │ │ ├── BuildConfig.class
│ │ │ │ ├── DeviceListActivity$1.class
│ │ │ │ ├── DeviceListActivity$2.class
│ │ │ │ ├── DeviceListActivity$3.class
│ │ │ │ ├── DeviceListActivity.class
│ │ │ │ ├── R$drawable.class
│ │ │ │ ├── R$id.class
│ │ │ │ ├── R$layout.class
│ │ │ │ ├── R$menu.class
│ │ │ │ ├── R$string.class
│ │ │ │ └── R.class
│ │ │ ├── instant-run-resources
│ │ │ │ ├── output.json
│ │ │ │ └── resources-debug.ir.ap_
│ │ │ ├── instant-run-support
│ │ │ │ └── debug
│ │ │ │ ├── manifestChecker
│ │ │ │ │ ├── manifest.crc
│ │ │ │ │ └── manifest.xml
│ │ │ │ ├── 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
│ │ │ │ └── release
│ │ │ │ └── annotationProcessors.json
│ │ │ ├── manifest
│ │ │ │ └── androidTest
│ │ │ │ └── debug
│ │ │ │ ├── AndroidManifest.xml
│ │ │ │ └── output.json
│ │ │ ├── manifests
│ │ │ │ ├── density
│ │ │ │ │ ├── debug
│ │ │ │ │ │ └── output.json
│ │ │ │ │ └── release
│ │ │ │ │ └── output.json
│ │ │ │ ├── full
│ │ │ │ │ ├── debug
│ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ └── output.json
│ │ │ │ │ └── release
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ └── output.json
│ │ │ │ └── instant-run
│ │ │ │ ├── debug
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ └── output.json
│ │ │ │ └── release
│ │ │ │ └── output.json
│ │ │ ├── res
│ │ │ │ ├── androidTest
│ │ │ │ │ └── debug
│ │ │ │ │ ├── output.json
│ │ │ │ │ └── resources-debugAndroidTest.ap_
│ │ │ │ ├── debug
│ │ │ │ │ ├── output.json
│ │ │ │ │ └── resources-debug.ap_
│ │ │ │ ├── merged
│ │ │ │ │ ├── debug
│ │ │ │ │ │ ├── drawable-hdpi_icon.png.flat
│ │ │ │ │ │ ├── drawable-ldpi_icon.png.flat
│ │ │ │ │ │ ├── drawable-mdpi_icon.png.flat
│ │ │ │ │ │ ├── layout_device_list.xml.flat
│ │ │ │ │ │ ├── layout_device_name.xml.flat
│ │ │ │ │ │ ├── layout_main.xml.flat
│ │ │ │ │ │ ├── layout_message.xml.flat
│ │ │ │ │ │ ├── layout_sname.xml.flat
│ │ │ │ │ │ ├── menu_option_menu.xml.flat
│ │ │ │ │ │ └── values_values.arsc.flat
│ │ │ │ │ └── release
│ │ │ │ │ ├── drawable-hdpi_icon.png.flat
│ │ │ │ │ ├── drawable-ldpi_icon.png.flat
│ │ │ │ │ ├── drawable-mdpi_icon.png.flat
│ │ │ │ │ ├── layout_device_list.xml.flat
│ │ │ │ │ ├── layout_device_name.xml.flat
│ │ │ │ │ ├── layout_main.xml.flat
│ │ │ │ │ ├── layout_message.xml.flat
│ │ │ │ │ ├── layout_sname.xml.flat
│ │ │ │ │ ├── menu_option_menu.xml.flat
│ │ │ │ │ └── values_values.arsc.flat
│ │ │ │ └── release
│ │ │ │ ├── output.json
│ │ │ │ └── resources-release.ap_
│ │ │ ├── split-apk
│ │ │ │ └── debug
│ │ │ │ └── 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
│ │ │ │ └── release
│ │ │ │ └── split-list.gson
│ │ │ └── transforms
│ │ │ ├── dex
│ │ │ │ └── release
│ │ │ │ ├── 0
│ │ │ │ │ └── classes.dex
│ │ │ │ └── __content__.json
│ │ │ ├── dexBuilder
│ │ │ │ └── debug
│ │ │ │ ├── 63
│ │ │ │ │ └── com
│ │ │ │ │ └── test
│ │ │ │ │ └── BTClient
│ │ │ │ │ ├── BTClient$1.dex
│ │ │ │ │ ├── BTClient$2.dex
│ │ │ │ │ ├── BTClient$3.dex
│ │ │ │ │ ├── BTClient$4.dex
│ │ │ │ │ ├── BTClient$5.dex
│ │ │ │ │ ├── BTClient.dex
│ │ │ │ │ ├── BuildConfig.dex
│ │ │ │ │ ├── DeviceListActivity$1.dex
│ │ │ │ │ ├── DeviceListActivity$2.dex
│ │ │ │ │ ├── DeviceListActivity$3.dex
│ │ │ │ │ ├── DeviceListActivity.dex
│ │ │ │ │ ├── R$drawable.dex
│ │ │ │ │ ├── R$id.dex
│ │ │ │ │ ├── R$layout.dex
│ │ │ │ │ ├── R$menu.dex
│ │ │ │ │ ├── R$string.dex
│ │ │ │ │ └── R.dex
│ │ │ │ └── __content__.json
│ │ │ ├── dexMerger
│ │ │ │ └── debug
│ │ │ │ ├── 57
│ │ │ │ │ └── classes.dex
│ │ │ │ └── __content__.json
│ │ │ ├── externalLibsDexMerger
│ │ │ │ └── debug
│ │ │ │ └── __content__.json
│ │ │ ├── extractJars
│ │ │ │ └── debug
│ │ │ │ └── __content__.json
│ │ │ ├── instantRun
│ │ │ │ └── debug
│ │ │ │ ├── 0
│ │ │ │ │ └── com
│ │ │ │ │ └── test
│ │ │ │ │ └── BTClient
│ │ │ │ │ ├── BTClient$1.class
│ │ │ │ │ ├── BTClient$2.class
│ │ │ │ │ ├── BTClient$3.class
│ │ │ │ │ ├── BTClient$4.class
│ │ │ │ │ ├── BTClient$5.class
│ │ │ │ │ ├── BTClient.class
│ │ │ │ │ ├── BuildConfig.class
│ │ │ │ │ ├── DeviceListActivity$1.class
│ │ │ │ │ ├── DeviceListActivity$2.class
│ │ │ │ │ ├── DeviceListActivity$3.class
│ │ │ │ │ ├── DeviceListActivity.class
│ │ │ │ │ ├── R$drawable.class
│ │ │ │ │ ├── R$id.class
│ │ │ │ │ ├── R$layout.class
│ │ │ │ │ ├── R$menu.class
│ │ │ │ │ ├── R$string.class
│ │ │ │ │ └── R.class
│ │ │ │ └── __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
│ │ │ │ │ └── com
│ │ │ │ │ └── android
│ │ │ │ │ └── tools
│ │ │ │ │ └── ir
│ │ │ │ │ └── dummy
│ │ │ │ │ └── slice_7.class
│ │ │ │ ├── 8
│ │ │ │ │ ├── buildId.txt
│ │ │ │ │ └── com
│ │ │ │ │ ├── android
│ │ │ │ │ │ └── tools
│ │ │ │ │ │ └── ir
│ │ │ │ │ │ └── dummy
│ │ │ │ │ │ └── slice_8.class
│ │ │ │ │ └── test
│ │ │ │ │ └── BTClient
│ │ │ │ │ ├── BTClient$1.class
│ │ │ │ │ ├── BTClient$2.class
│ │ │ │ │ ├── BTClient$3.class
│ │ │ │ │ ├── BTClient$4.class
│ │ │ │ │ ├── BTClient$5.class
│ │ │ │ │ ├── BTClient.class
│ │ │ │ │ ├── BuildConfig.class
│ │ │ │ │ ├── DeviceListActivity$1.class
│ │ │ │ │ ├── DeviceListActivity$2.class
│ │ │ │ │ ├── DeviceListActivity$3.class
│ │ │ │ │ ├── DeviceListActivity.class
│ │ │ │ │ ├── R$drawable.class
│ │ │ │ │ ├── R$id.class
│ │ │ │ │ ├── R$layout.class
│ │ │ │ │ ├── R$menu.class
│ │ │ │ │ ├── R$string.class
│ │ │ │ │ └── R.class
│ │ │ │ ├── 9
│ │ │ │ │ └── com
│ │ │ │ │ └── android
│ │ │ │ │ └── tools
│ │ │ │ │ └── ir
│ │ │ │ │ └── dummy
│ │ │ │ │ └── slice_9.class
│ │ │ │ └── __content__.json
│ │ │ ├── instantRunSlicesApk
│ │ │ │ └── debug
│ │ │ │ └── __content__.json
│ │ │ ├── mergeJavaRes
│ │ │ │ ├── debug
│ │ │ │ │ ├── 0.jar
│ │ │ │ │ └── __content__.json
│ │ │ │ └── release
│ │ │ │ ├── 0.jar
│ │ │ │ └── __content__.json
│ │ │ ├── mergeJniLibs
│ │ │ │ ├── debug
│ │ │ │ │ └── __content__.json
│ │ │ │ └── release
│ │ │ │ └── __content__.json
│ │ │ └── preDex
│ │ │ └── release
│ │ │ ├── 0.jar
│ │ │ └── __content__.json
│ │ ├── outputs
│ │ │ ├── apk
│ │ │ │ ├── debug
│ │ │ │ │ ├── app-debug.apk
│ │ │ │ │ └── output.json
│ │ │ │ └── release
│ │ │ │ ├── app-release-unsigned.apk
│ │ │ │ └── output.json
│ │ │ └── logs
│ │ │ ├── manifest-merger-debug-report.txt
│ │ │ └── manifest-merger-release-report.txt
│ │ └── reports
│ │ ├── lint-results-release-fatal.html
│ │ └── lint-results-release-fatal.xml
│ ├── build.gradle
│ └── src
│ └── main
│ ├── AndroidManifest.xml
│ ├── java
│ │ └── com
│ │ └── test
│ │ └── BTClient
│ │ ├── BTClient.java
│ │ └── DeviceListActivity.java
│ └── res
│ ├── drawable-hdpi
│ │ └── icon.png
│ ├── drawable-ldpi
│ │ └── icon.png
│ ├── drawable-mdpi
│ │ └── icon.png
│ ├── layout
│ │ ├── device_list.xml
│ │ ├── device_name.xml
│ │ ├── main.xml
│ │ ├── message.xml
│ │ └── sname.xml
│ ├── menu
│ │ └── option_menu.xml
│ └── values
│ └── strings.xml
├── BTClient.iml
├── build
│ └── android-profile
│ ├── profile-2017-12-30-19-47-01-110.json
│ ├── profile-2017-12-30-19-47-01-110.rawproto
│ ├── profile-2017-12-30-19-47-40-424.json
│ ├── profile-2017-12-30-19-47-40-424.rawproto
│ ├── profile-2017-12-30-19-48-21-734.json
│ ├── profile-2017-12-30-19-48-21-734.rawproto
│ ├── profile-2017-12-30-19-53-52-297.json
│ ├── profile-2017-12-30-19-53-52-297.rawproto
│ ├── profile-2017-12-30-19-54-00-075.json
│ ├── profile-2017-12-30-19-54-00-075.rawproto
│ ├── profile-2017-12-30-19-54-55-371.json
│ ├── profile-2017-12-30-19-54-55-371.rawproto
│ ├── profile-2017-12-30-19-54-58-315.json
│ ├── profile-2017-12-30-19-54-58-315.rawproto
│ ├── profile-2017-12-30-19-56-29-330.json
│ ├── profile-2017-12-30-19-56-29-330.rawproto
│ ├── profile-2017-12-30-20-04-21-722.json
│ ├── profile-2017-12-30-20-04-21-722.rawproto
│ ├── profile-2017-12-30-20-13-32-470.json
│ ├── profile-2017-12-30-20-13-32-470.rawproto
│ ├── profile-2017-12-30-20-13-37-376.json
│ ├── profile-2017-12-30-20-13-37-376.rawproto
│ ├── profile-2017-12-30-21-26-51-803.json
│ ├── profile-2017-12-30-21-26-51-803.rawproto
│ ├── profile-2017-12-30-21-26-58-572.json
│ ├── profile-2017-12-30-21-26-58-572.rawproto
│ ├── profile-2017-12-30-21-48-02-504.json
│ ├── profile-2017-12-30-21-48-02-504.rawproto
│ ├── profile-2017-12-30-21-48-04-422.json
│ ├── profile-2017-12-30-21-48-04-422.rawproto
│ ├── profile-2017-12-30-21-48-30-316.json
│ ├── profile-2017-12-30-21-48-30-316.rawproto
│ ├── profile-2017-12-30-21-48-31-575.json
│ ├── profile-2017-12-30-21-48-31-575.rawproto
│ ├── profile-2017-12-30-21-48-43-584.json
│ ├── profile-2017-12-30-21-48-43-584.rawproto
│ ├── profile-2018-01-01-18-44-01-723.json
│ ├── profile-2018-01-01-18-44-01-723.rawproto
│ ├── profile-2018-01-01-18-44-06-524.json
│ ├── profile-2018-01-01-18-44-06-524.rawproto
│ ├── profile-2018-01-01-19-35-16-614.json
│ ├── profile-2018-01-01-19-35-16-614.rawproto
│ ├── profile-2018-01-01-19-35-19-896.json
│ ├── profile-2018-01-01-19-35-19-896.rawproto
│ ├── profile-2018-01-01-21-02-43-526.json
│ ├── profile-2018-01-01-21-02-43-526.rawproto
│ ├── profile-2018-01-01-21-03-06-780.json
│ ├── profile-2018-01-01-21-03-06-780.rawproto
│ ├── profile-2018-01-01-21-21-52-500.json
│ ├── profile-2018-01-01-21-21-52-500.rawproto
│ ├── profile-2018-01-02-11-01-38-455.json
│ ├── profile-2018-01-02-11-01-38-455.rawproto
│ ├── profile-2018-01-02-11-01-45-237.json
│ ├── profile-2018-01-02-11-01-45-237.rawproto
│ ├── profile-2018-12-31-22-18-29-893.json
│ ├── profile-2018-12-31-22-18-29-893.rawproto
│ ├── profile-2018-12-31-22-18-42-050.json
│ └── profile-2018-12-31-22-18-42-050.rawproto
├── build.gradle
├── gradle
│ └── wrapper
│ ├── gradle-wrapper.jar
│ └── gradle-wrapper.properties
├── gradlew
├── gradlew.bat
├── import-summary.txt
├── local.properties
└── settings.gradle
272 directories, 344 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论