在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → 目前一款可用的android蓝牙通信DEMO

目前一款可用的android蓝牙通信DEMO

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:21.97M
  • 下载次数:2
  • 浏览次数:282
  • 发布时间:2020-10-30
  • 实例类别:一般编程问题
  • 发 布 人:robot666
  • 文件格式:.zip
  • 所需积分:2
 

实例介绍

【实例简介】
该Demo满足日常的蓝牙通信开发,可以做到收发数据,做到与设备间的交互,可根据该链接以找到使用方法:https://blog.csdn.net/qq_35809640/article/details/66472626
【实例截图】
【核心代码】
BlueTooth
└── BlueTooth
├── app
│   ├── app.iml
│   ├── build
│   │   ├── generated
│   │   │   ├── mockable-android-23.v3.jar
│   │   │   └── source
│   │   │   ├── buildConfig
│   │   │   │   ├── androidTest
│   │   │   │   │   └── debug
│   │   │   │   │   └── com
│   │   │   │   │   └── example
│   │   │   │   │   └── bluetoothassist
│   │   │   │   │   └── test
│   │   │   │   │   └── BuildConfig.java
│   │   │   │   ├── debug
│   │   │   │   │   └── com
│   │   │   │   │   └── example
│   │   │   │   │   └── bluetoothassist
│   │   │   │   │   └── BuildConfig.java
│   │   │   │   └── release
│   │   │   │   └── com
│   │   │   │   └── example
│   │   │   │   └── bluetoothassist
│   │   │   │   └── BuildConfig.java
│   │   │   └── r
│   │   │   ├── debug
│   │   │   │   ├── android
│   │   │   │   │   └── support
│   │   │   │   │   └── v4
│   │   │   │   │   └── R.java
│   │   │   │   └── com
│   │   │   │   └── example
│   │   │   │   └── bluetoothassist
│   │   │   │   └── R.java
│   │   │   └── release
│   │   │   ├── android
│   │   │   │   └── support
│   │   │   │   └── v4
│   │   │   │   └── R.java
│   │   │   └── com
│   │   │   └── example
│   │   │   └── bluetoothassist
│   │   │   └── R.java
│   │   ├── intermediates
│   │   │   ├── blame
│   │   │   │   └── res
│   │   │   │   ├── debug
│   │   │   │   │   ├── multi-v2
│   │   │   │   │   │   ├── debug.json
│   │   │   │   │   │   ├── layout.json
│   │   │   │   │   │   ├── values.json
│   │   │   │   │   │   ├── values-v11.json
│   │   │   │   │   │   ├── values-v14.json
│   │   │   │   │   │   └── values-w820dp-v13.json
│   │   │   │   │   └── single
│   │   │   │   │   ├── debug.json
│   │   │   │   │   ├── drawable-hdpi-v4.json
│   │   │   │   │   ├── drawable-mdpi-v4.json
│   │   │   │   │   ├── drawable-xhdpi-v4.json
│   │   │   │   │   ├── drawable-xxhdpi-v4.json
│   │   │   │   │   ├── layout.json
│   │   │   │   │   └── menu.json
│   │   │   │   └── release
│   │   │   │   ├── multi-v2
│   │   │   │   │   ├── release.json
│   │   │   │   │   ├── values.json
│   │   │   │   │   ├── values-v11.json
│   │   │   │   │   ├── values-v14.json
│   │   │   │   │   └── values-w820dp-v13.json
│   │   │   │   └── single
│   │   │   │   └── release.json
│   │   │   ├── build-info
│   │   │   │   └── debug
│   │   │   │   └── build-info.xml
│   │   │   ├── classes
│   │   │   │   ├── debug
│   │   │   │   │   ├── android
│   │   │   │   │   │   └── support
│   │   │   │   │   │   └── v4
│   │   │   │   │   │   └── R.class
│   │   │   │   │   └── com
│   │   │   │   │   └── example
│   │   │   │   │   ├── bluetooth
│   │   │   │   │   │   ├── BluetoothService$AcceptThread.class
│   │   │   │   │   │   ├── BluetoothService$ConnectedThread.class
│   │   │   │   │   │   ├── BluetoothService$ConnectThread.class
│   │   │   │   │   │   ├── BluetoothService.class
│   │   │   │   │   │   ├── DeviceListActivity$1.class
│   │   │   │   │   │   ├── DeviceListActivity$2.class
│   │   │   │   │   │   ├── DeviceListActivity$3.class
│   │   │   │   │   │   └── DeviceListActivity.class
│   │   │   │   │   ├── bluetoothassist
│   │   │   │   │   │   ├── BuildConfig.class
│   │   │   │   │   │   ├── R$attr.class
│   │   │   │   │   │   ├── R$dimen.class
│   │   │   │   │   │   ├── R$drawable.class
│   │   │   │   │   │   ├── R$id.class
│   │   │   │   │   │   ├── R$layout.class
│   │   │   │   │   │   ├── R$menu.class
│   │   │   │   │   │   ├── R$string.class
│   │   │   │   │   │   ├── R$style.class
│   │   │   │   │   │   └── R.class
│   │   │   │   │   └── main
│   │   │   │   │   ├── defineButtonDialog$1.class
│   │   │   │   │   ├── defineButtonDialog.class
│   │   │   │   │   ├── MainActivity$1.class
│   │   │   │   │   ├── MainActivity$2.class
│   │   │   │   │   ├── MainActivity$3.class
│   │   │   │   │   ├── MainActivity$4.class
│   │   │   │   │   ├── MainActivity$5.class
│   │   │   │   │   ├── MainActivity$6.class
│   │   │   │   │   ├── MainActivity$timeThread.class
│   │   │   │   │   ├── MainActivity.class
│   │   │   │   │   ├── setAlignDialog$1.class
│   │   │   │   │   ├── setAlignDialog$DialogCallback.class
│   │   │   │   │   └── setAlignDialog.class
│   │   │   │   └── release
│   │   │   │   ├── android
│   │   │   │   │   └── support
│   │   │   │   │   └── v4
│   │   │   │   │   └── R.class
│   │   │   │   └── com
│   │   │   │   └── example
│   │   │   │   ├── bluetooth
│   │   │   │   │   ├── BluetoothService$AcceptThread.class
│   │   │   │   │   ├── BluetoothService$ConnectedThread.class
│   │   │   │   │   ├── BluetoothService$ConnectThread.class
│   │   │   │   │   ├── BluetoothService.class
│   │   │   │   │   ├── DeviceListActivity$1.class
│   │   │   │   │   ├── DeviceListActivity$2.class
│   │   │   │   │   ├── DeviceListActivity$3.class
│   │   │   │   │   └── DeviceListActivity.class
│   │   │   │   ├── bluetoothassist
│   │   │   │   │   ├── BuildConfig.class
│   │   │   │   │   ├── R$dimen.class
│   │   │   │   │   ├── R$drawable.class
│   │   │   │   │   ├── R$id.class
│   │   │   │   │   ├── R$layout.class
│   │   │   │   │   ├── R$menu.class
│   │   │   │   │   ├── R$string.class
│   │   │   │   │   ├── R$style.class
│   │   │   │   │   └── R.class
│   │   │   │   └── main
│   │   │   │   ├── defineButtonDialog$1.class
│   │   │   │   ├── defineButtonDialog.class
│   │   │   │   ├── MainActivity$1.class
│   │   │   │   ├── MainActivity$2.class
│   │   │   │   ├── MainActivity$3.class
│   │   │   │   ├── MainActivity$4.class
│   │   │   │   ├── MainActivity$5.class
│   │   │   │   ├── MainActivity$6.class
│   │   │   │   ├── MainActivity$timeThread.class
│   │   │   │   ├── MainActivity.class
│   │   │   │   ├── setAlignDialog$1.class
│   │   │   │   ├── setAlignDialog$DialogCallback.class
│   │   │   │   └── setAlignDialog.class
│   │   │   ├── incremental
│   │   │   │   ├── compileDebugAidl
│   │   │   │   │   └── dependency.store
│   │   │   │   ├── compileDebugAndroidTestAidl
│   │   │   │   │   └── dependency.store
│   │   │   │   ├── compileReleaseAidl
│   │   │   │   │   └── dependency.store
│   │   │   │   ├── debug-mergeJavaRes
│   │   │   │   │   ├── merge-state
│   │   │   │   │   └── zip-cache
│   │   │   │   │   ├── T0vIqadnnkGzHhqUvyH+JRDLXg4=
│   │   │   │   │   ├── wPsZCPshp+FBkDxWlc4IJbkYE3s=
│   │   │   │   │   └── zbnGMxZyBwlvZ1yb1bNCp39kG60=
│   │   │   │   ├── debug-mergeJniLibs
│   │   │   │   │   ├── merge-state
│   │   │   │   │   └── zip-cache
│   │   │   │   │   ├── T0vIqadnnkGzHhqUvyH+JRDLXg4=
│   │   │   │   │   ├── wPsZCPshp+FBkDxWlc4IJbkYE3s=
│   │   │   │   │   └── zbnGMxZyBwlvZ1yb1bNCp39kG60=
│   │   │   │   ├── mergeDebugAndroidTestResources
│   │   │   │   │   ├── compile-file-map.properties
│   │   │   │   │   └── merger.xml
│   │   │   │   ├── mergeDebugAssets
│   │   │   │   │   └── merger.xml
│   │   │   │   ├── mergeDebugJniLibFolders
│   │   │   │   │   └── merger.xml
│   │   │   │   ├── mergeDebugResources
│   │   │   │   │   ├── compile-file-map.properties
│   │   │   │   │   └── merger.xml
│   │   │   │   ├── mergeDebugShaders
│   │   │   │   │   └── merger.xml
│   │   │   │   ├── mergeReleaseAssets
│   │   │   │   │   └── merger.xml
│   │   │   │   ├── mergeReleaseJniLibFolders
│   │   │   │   │   └── merger.xml
│   │   │   │   ├── mergeReleaseResources
│   │   │   │   │   ├── compile-file-map.properties
│   │   │   │   │   ├── merged.dir
│   │   │   │   │   │   ├── values
│   │   │   │   │   │   │   └── values.xml
│   │   │   │   │   │   ├── values-v11
│   │   │   │   │   │   │   └── values-v11.xml
│   │   │   │   │   │   ├── values-v14
│   │   │   │   │   │   │   └── values-v14.xml
│   │   │   │   │   │   └── values-w820dp-v13
│   │   │   │   │   │   └── values-w820dp-v13.xml
│   │   │   │   │   └── merger.xml
│   │   │   │   ├── mergeReleaseShaders
│   │   │   │   │   └── merger.xml
│   │   │   │   ├── packageDebug
│   │   │   │   │   └── debug
│   │   │   │   │   ├── dex-renamer-state.txt
│   │   │   │   │   ├── file-input-save-data.txt
│   │   │   │   │   └── zip-cache
│   │   │   │   │   └── lNAXsb35PIEdiK_cTxxjlC3mbS4=
│   │   │   │   ├── packageInstantRunResourcesDebug
│   │   │   │   │   └── debug
│   │   │   │   │   ├── dex-renamer-state.txt
│   │   │   │   │   └── zip-cache
│   │   │   │   │   └── 0QqX7HRnYDB57Wb_cKOH3MNDk38=
│   │   │   │   ├── packageRelease
│   │   │   │   │   └── release
│   │   │   │   │   ├── dex-renamer-state.txt
│   │   │   │   │   ├── file-input-save-data.txt
│   │   │   │   │   └── zip-cache
│   │   │   │   │   └── i0kXTjUTD7QbarkJXk0isw0QA7A=
│   │   │   │   ├── release-mergeJavaRes
│   │   │   │   │   ├── merge-state
│   │   │   │   │   └── zip-cache
│   │   │   │   │   ├── 8PnkYA6OTwHb6LYaHeQnB_ckH38=
│   │   │   │   │   ├── GMQcNXEHLfhwN430RQj82JmGQgk=
│   │   │   │   │   └── PSN3KEzv0OD+zqvQD6OpNFlN1bM=
│   │   │   │   └── release-mergeJniLibs
│   │   │   │   ├── merge-state
│   │   │   │   └── zip-cache
│   │   │   │   ├── 8PnkYA6OTwHb6LYaHeQnB_ckH38=
│   │   │   │   ├── GMQcNXEHLfhwN430RQj82JmGQgk=
│   │   │   │   └── PSN3KEzv0OD+zqvQD6OpNFlN1bM=
│   │   │   ├── incremental-classes
│   │   │   │   └── debug
│   │   │   │   └── instant-run-bootstrap.jar
│   │   │   ├── incremental-runtime-classes
│   │   │   │   └── debug
│   │   │   │   └── instant-run.jar
│   │   │   ├── incremental-verifier
│   │   │   │   └── debug
│   │   │   │   ├── android
│   │   │   │   │   └── support
│   │   │   │   │   └── v4
│   │   │   │   │   └── R.class
│   │   │   │   └── com
│   │   │   │   └── example
│   │   │   │   ├── bluetooth
│   │   │   │   │   ├── BluetoothService$AcceptThread.class
│   │   │   │   │   ├── BluetoothService$ConnectedThread.class
│   │   │   │   │   ├── BluetoothService$ConnectThread.class
│   │   │   │   │   ├── BluetoothService.class
│   │   │   │   │   ├── DeviceListActivity$1.class
│   │   │   │   │   ├── DeviceListActivity$2.class
│   │   │   │   │   ├── DeviceListActivity$3.class
│   │   │   │   │   └── DeviceListActivity.class
│   │   │   │   ├── bluetoothassist
│   │   │   │   │   ├── BuildConfig.class
│   │   │   │   │   ├── R$dimen.class
│   │   │   │   │   ├── R$drawable.class
│   │   │   │   │   ├── R$id.class
│   │   │   │   │   ├── R$layout.class
│   │   │   │   │   ├── R$menu.class
│   │   │   │   │   ├── R$string.class
│   │   │   │   │   ├── R$style.class
│   │   │   │   │   └── R.class
│   │   │   │   └── main
│   │   │   │   ├── defineButtonDialog$1.class
│   │   │   │   ├── defineButtonDialog.class
│   │   │   │   ├── MainActivity$1.class
│   │   │   │   ├── MainActivity$2.class
│   │   │   │   ├── MainActivity$3.class
│   │   │   │   ├── MainActivity$4.class
│   │   │   │   ├── MainActivity$5.class
│   │   │   │   ├── MainActivity$6.class
│   │   │   │   ├── MainActivity$timeThread.class
│   │   │   │   ├── MainActivity.class
│   │   │   │   ├── setAlignDialog$1.class
│   │   │   │   ├── setAlignDialog$DialogCallback.class
│   │   │   │   └── setAlignDialog.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
│   │   │   │   └── 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-v4
│   │   │   │   │   │   │   └── logo.png
│   │   │   │   │   │   ├── drawable-mdpi-v4
│   │   │   │   │   │   │   └── ic_launcher.png
│   │   │   │   │   │   ├── drawable-xhdpi-v4
│   │   │   │   │   │   │   └── ic_launcher.png
│   │   │   │   │   │   ├── drawable-xxhdpi-v4
│   │   │   │   │   │   │   └── ic_launcher.png
│   │   │   │   │   │   ├── layout
│   │   │   │   │   │   │   ├── activity_main.xml
│   │   │   │   │   │   │   ├── button_dialog.xml
│   │   │   │   │   │   │   ├── device_bluelist.xml
│   │   │   │   │   │   │   ├── device_name.xml
│   │   │   │   │   │   │   └── set_align_dialog.xml
│   │   │   │   │   │   ├── menu
│   │   │   │   │   │   │   └── main.xml
│   │   │   │   │   │   ├── values
│   │   │   │   │   │   │   └── values.xml
│   │   │   │   │   │   ├── values-v11
│   │   │   │   │   │   │   └── values-v11.xml
│   │   │   │   │   │   ├── values-v14
│   │   │   │   │   │   │   └── values-v14.xml
│   │   │   │   │   │   └── values-w820dp-v13
│   │   │   │   │   │   └── values-w820dp-v13.xml
│   │   │   │   │   └── release
│   │   │   │   │   ├── drawable-hdpi_logo.png.flat
│   │   │   │   │   ├── drawable-mdpi_ic_launcher.png.flat
│   │   │   │   │   ├── drawable-xhdpi_ic_launcher.png.flat
│   │   │   │   │   ├── drawable-xxhdpi_ic_launcher.png.flat
│   │   │   │   │   ├── layout_activity_main.xml.flat
│   │   │   │   │   ├── layout_button_dialog.xml.flat
│   │   │   │   │   ├── layout_device_list.xml.flat
│   │   │   │   │   ├── layout_device_name.xml.flat
│   │   │   │   │   ├── layout_set_align_dialog.xml.flat
│   │   │   │   │   ├── menu_main.xml.flat
│   │   │   │   │   ├── values-v11_values-v11.arsc.flat
│   │   │   │   │   ├── values-v14_values-v14.arsc.flat
│   │   │   │   │   ├── values_values.arsc.flat
│   │   │   │   │   └── values-w820dp-v13_values-w820dp-v13.arsc.flat
│   │   │   │   ├── release
│   │   │   │   │   ├── output.json
│   │   │   │   │   └── resources-release.ap_
│   │   │   │   └── symbol-table-with-package
│   │   │   │   ├── debug
│   │   │   │   │   └── package-aware-r.txt
│   │   │   │   └── release
│   │   │   │   └── package-aware-r.txt
│   │   │   ├── 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
│   │   │   │   └── release
│   │   │   │   └── split-list.gson
│   │   │   ├── symbols
│   │   │   │   ├── debug
│   │   │   │   │   └── R.txt
│   │   │   │   └── release
│   │   │   │   └── R.txt
│   │   │   └── transforms
│   │   │   ├── dex
│   │   │   │   └── release
│   │   │   │   ├── 0
│   │   │   │   │   └── classes.dex
│   │   │   │   └── __content__.json
│   │   │   ├── dexBuilder
│   │   │   │   └── debug
│   │   │   │   ├── 177.jar
│   │   │   │   ├── 178.jar
│   │   │   │   ├── 179.jar
│   │   │   │   ├── 180.jar
│   │   │   │   ├── 181.jar
│   │   │   │   ├── 182.jar
│   │   │   │   ├── 183.jar
│   │   │   │   ├── 184.jar
│   │   │   │   ├── 185.jar
│   │   │   │   ├── 186.jar
│   │   │   │   ├── 187.jar
│   │   │   │   ├── 188.jar
│   │   │   │   ├── 189.jar
│   │   │   │   ├── 190.jar
│   │   │   │   ├── 191.jar
│   │   │   │   ├── 192
│   │   │   │   │   ├── android
│   │   │   │   │   │   └── support
│   │   │   │   │   │   └── v4
│   │   │   │   │   │   └── R.dex
│   │   │   │   │   └── com
│   │   │   │   │   └── example
│   │   │   │   │   ├── bluetooth
│   │   │   │   │   │   ├── BluetoothService$AcceptThread.dex
│   │   │   │   │   │   ├── BluetoothService$ConnectedThread.dex
│   │   │   │   │   │   ├── BluetoothService$ConnectThread.dex
│   │   │   │   │   │   ├── BluetoothService.dex
│   │   │   │   │   │   ├── DeviceListActivity$1.dex
│   │   │   │   │   │   ├── DeviceListActivity$2.dex
│   │   │   │   │   │   ├── DeviceListActivity$3.dex
│   │   │   │   │   │   └── DeviceListActivity.dex
│   │   │   │   │   ├── bluetoothassist
│   │   │   │   │   │   ├── BuildConfig.dex
│   │   │   │   │   │   ├── R$attr.dex
│   │   │   │   │   │   ├── R$dimen.dex
│   │   │   │   │   │   ├── R$drawable.dex
│   │   │   │   │   │   ├── R$id.dex
│   │   │   │   │   │   ├── R$layout.dex
│   │   │   │   │   │   ├── R$menu.dex
│   │   │   │   │   │   ├── R$string.dex
│   │   │   │   │   │   ├── R$style.dex
│   │   │   │   │   │   └── R.dex
│   │   │   │   │   └── main
│   │   │   │   │   ├── defineButtonDialog$1.dex
│   │   │   │   │   ├── defineButtonDialog.dex
│   │   │   │   │   ├── MainActivity$1.dex
│   │   │   │   │   ├── MainActivity$2.dex
│   │   │   │   │   ├── MainActivity$3.dex
│   │   │   │   │   ├── MainActivity$4.dex
│   │   │   │   │   ├── MainActivity$5.dex
│   │   │   │   │   ├── MainActivity$6.dex
│   │   │   │   │   ├── MainActivity$timeThread.dex
│   │   │   │   │   ├── MainActivity.dex
│   │   │   │   │   ├── setAlignDialog$1.dex
│   │   │   │   │   ├── setAlignDialog$DialogCallback.dex
│   │   │   │   │   └── setAlignDialog.dex
│   │   │   │   └── __content__.json
│   │   │   ├── dexMerger
│   │   │   │   └── debug
│   │   │   │   ├── 114
│   │   │   │   │   └── classes.dex
│   │   │   │   └── __content__.json
│   │   │   ├── externalLibsDexMerger
│   │   │   │   └── debug
│   │   │   │   ├── 0
│   │   │   │   │   └── classes.dex
│   │   │   │   └── __content__.json
│   │   │   ├── extractJars
│   │   │   │   └── debug
│   │   │   │   └── __content__.json
│   │   │   ├── instantRun
│   │   │   │   └── debug
│   │   │   │   ├── 0
│   │   │   │   │   ├── android
│   │   │   │   │   │   └── support
│   │   │   │   │   │   └── v4
│   │   │   │   │   │   └── R.class
│   │   │   │   │   └── com
│   │   │   │   │   └── example
│   │   │   │   │   ├── bluetooth
│   │   │   │   │   │   ├── BluetoothService$AcceptThread.class
│   │   │   │   │   │   ├── BluetoothService$ConnectedThread.class
│   │   │   │   │   │   ├── BluetoothService$ConnectThread.class
│   │   │   │   │   │   ├── BluetoothService.class
│   │   │   │   │   │   ├── DeviceListActivity$1.class
│   │   │   │   │   │   ├── DeviceListActivity$2.class
│   │   │   │   │   │   ├── DeviceListActivity$3.class
│   │   │   │   │   │   └── DeviceListActivity.class
│   │   │   │   │   ├── bluetoothassist
│   │   │   │   │   │   ├── BuildConfig.class
│   │   │   │   │   │   ├── R$dimen.class
│   │   │   │   │   │   ├── R$drawable.class
│   │   │   │   │   │   ├── R$id.class
│   │   │   │   │   │   ├── R$layout.class
│   │   │   │   │   │   ├── R$menu.class
│   │   │   │   │   │   ├── R$string.class
│   │   │   │   │   │   ├── R$style.class
│   │   │   │   │   │   └── R.class
│   │   │   │   │   └── main
│   │   │   │   │   ├── defineButtonDialog$1.class
│   │   │   │   │   ├── defineButtonDialog.class
│   │   │   │   │   ├── MainActivity$1.class
│   │   │   │   │   ├── MainActivity$2.class
│   │   │   │   │   ├── MainActivity$3.class
│   │   │   │   │   ├── MainActivity$4.class
│   │   │   │   │   ├── MainActivity$5.class
│   │   │   │   │   ├── MainActivity$6.class
│   │   │   │   │   ├── MainActivity$timeThread.class
│   │   │   │   │   ├── MainActivity.class
│   │   │   │   │   ├── setAlignDialog$1.class
│   │   │   │   │   ├── setAlignDialog$DialogCallback.class
│   │   │   │   │   └── setAlignDialog.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
│   │   │   │   │   ├── android
│   │   │   │   │   │   └── support
│   │   │   │   │   │   └── v4
│   │   │   │   │   │   └── R.class
│   │   │   │   │   └── 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
│   │   │   │   │   ├── buildId.txt
│   │   │   │   │   └── com
│   │   │   │   │   ├── android
│   │   │   │   │   │   └── tools
│   │   │   │   │   │   └── ir
│   │   │   │   │   │   └── dummy
│   │   │   │   │   │   └── slice_6.class
│   │   │   │   │   └── example
│   │   │   │   │   └── bluetoothassist
│   │   │   │   │   ├── BuildConfig.class
│   │   │   │   │   ├── R$dimen.class
│   │   │   │   │   ├── R$drawable.class
│   │   │   │   │   ├── R$id.class
│   │   │   │   │   ├── R$layout.class
│   │   │   │   │   ├── R$menu.class
│   │   │   │   │   ├── R$string.class
│   │   │   │   │   ├── R$style.class
│   │   │   │   │   └── R.class
│   │   │   │   ├── 7
│   │   │   │   │   └── com
│   │   │   │   │   ├── android
│   │   │   │   │   │   └── tools
│   │   │   │   │   │   └── ir
│   │   │   │   │   │   └── dummy
│   │   │   │   │   │   └── slice_7.class
│   │   │   │   │   └── example
│   │   │   │   │   └── bluetooth
│   │   │   │   │   ├── BluetoothService$AcceptThread.class
│   │   │   │   │   ├── BluetoothService$ConnectedThread.class
│   │   │   │   │   ├── BluetoothService$ConnectThread.class
│   │   │   │   │   ├── BluetoothService.class
│   │   │   │   │   ├── DeviceListActivity$1.class
│   │   │   │   │   ├── DeviceListActivity$2.class
│   │   │   │   │   ├── DeviceListActivity$3.class
│   │   │   │   │   └── DeviceListActivity.class
│   │   │   │   ├── 8
│   │   │   │   │   ├── buildId.txt
│   │   │   │   │   └── com
│   │   │   │   │   ├── android
│   │   │   │   │   │   └── tools
│   │   │   │   │   │   └── ir
│   │   │   │   │   │   └── dummy
│   │   │   │   │   │   └── slice_8.class
│   │   │   │   │   └── example
│   │   │   │   │   └── main
│   │   │   │   │   ├── defineButtonDialog$1.class
│   │   │   │   │   ├── defineButtonDialog.class
│   │   │   │   │   ├── MainActivity$1.class
│   │   │   │   │   ├── MainActivity$2.class
│   │   │   │   │   ├── MainActivity$3.class
│   │   │   │   │   ├── MainActivity$4.class
│   │   │   │   │   ├── MainActivity$5.class
│   │   │   │   │   ├── MainActivity$6.class
│   │   │   │   │   ├── MainActivity$timeThread.class
│   │   │   │   │   ├── MainActivity.class
│   │   │   │   │   ├── setAlignDialog$1.class
│   │   │   │   │   ├── setAlignDialog$DialogCallback.class
│   │   │   │   │   └── setAlignDialog.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
│   │   │   ├── 1.jar
│   │   │   ├── 2.jar
│   │   │   ├── 3.jar
│   │   │   └── __content__.json
│   │   ├── outputs
│   │   │   ├── apk
│   │   │   │   └── debug
│   │   │   │   ├── app-debug.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
│   ├── lint.xml
│   ├── release
│   │   ├── app-release.apk
│   │   └── output.json
│   └── src
│   └── main
│   ├── AndroidManifest.xml
│   ├── java
│   │   └── com
│   │   └── example
│   │   ├── bluetooth
│   │   │   ├── BluetoothService.java
│   │   │   └── DeviceListActivity.java
│   │   └── main
│   │   ├── defineButtonDialog.java
│   │   ├── MainActivity.java
│   │   └── setAlignDialog.java
│   └── res
│   ├── drawable-hdpi
│   │   └── logo.png
│   ├── drawable-mdpi
│   │   └── ic_launcher.png
│   ├── drawable-xhdpi
│   │   └── ic_launcher.png
│   ├── drawable-xxhdpi
│   │   └── ic_launcher.png
│   ├── layout
│   │   ├── activity_main.xml
│   │   ├── button_dialog.xml
│   │   ├── device_bluelist.xml
│   │   ├── device_name.xml
│   │   └── set_align_dialog.xml
│   ├── menu
│   │   └── main.xml
│   ├── values
│   │   ├── dimens.xml
│   │   ├── strings.xml
│   │   └── styles.xml
│   ├── values-v11
│   │   └── styles.xml
│   ├── values-v14
│   │   └── styles.xml
│   └── values-w820dp
│   └── dimens.xml
├── BlueTooth.iml
├── build
│   ├── android-profile
│   │   ├── profile-2017-12-02-16-54-00-337.json
│   │   ├── profile-2017-12-02-16-54-00-337.rawproto
│   │   ├── profile-2017-12-02-16-54-08-776.json
│   │   ├── profile-2017-12-02-16-54-08-776.rawproto
│   │   ├── profile-2017-12-02-16-56-35-314.json
│   │   ├── profile-2017-12-02-16-56-35-314.rawproto
│   │   ├── profile-2017-12-02-17-04-36-892.json
│   │   ├── profile-2017-12-02-17-04-36-892.rawproto
│   │   ├── profile-2017-12-02-17-04-46-533.json
│   │   ├── profile-2017-12-02-17-04-46-533.rawproto
│   │   ├── profile-2017-12-02-17-43-22-560.json
│   │   ├── profile-2017-12-02-17-43-22-560.rawproto
│   │   ├── profile-2017-12-02-17-43-36-982.json
│   │   ├── profile-2017-12-02-17-43-36-982.rawproto
│   │   ├── profile-2017-12-02-18-16-27-286.json
│   │   ├── profile-2017-12-02-18-16-27-286.rawproto
│   │   ├── profile-2017-12-02-18-38-21-600.json
│   │   ├── profile-2017-12-02-18-38-21-600.rawproto
│   │   ├── profile-2017-12-02-18-38-31-740.json
│   │   ├── profile-2017-12-02-18-38-31-740.rawproto
│   │   ├── profile-2017-12-02-18-39-52-617.json
│   │   ├── profile-2017-12-02-18-39-52-617.rawproto
│   │   ├── profile-2017-12-02-18-40-03-787.json
│   │   ├── profile-2017-12-02-18-40-03-787.rawproto
│   │   ├── profile-2017-12-02-18-44-54-215.json
│   │   ├── profile-2017-12-02-18-44-54-215.rawproto
│   │   ├── profile-2017-12-02-18-46-05-849.json
│   │   ├── profile-2017-12-02-18-46-05-849.rawproto
│   │   ├── profile-2017-12-02-18-46-15-537.json
│   │   ├── profile-2017-12-02-18-46-15-537.rawproto
│   │   ├── profile-2017-12-02-18-55-33-082.json
│   │   ├── profile-2017-12-02-18-55-33-082.rawproto
│   │   ├── profile-2017-12-02-19-00-37-285.json
│   │   ├── profile-2017-12-02-19-00-37-285.rawproto
│   │   ├── profile-2017-12-02-19-00-45-905.json
│   │   ├── profile-2017-12-02-19-00-45-905.rawproto
│   │   ├── profile-2017-12-02-19-03-43-528.json
│   │   ├── profile-2017-12-02-19-03-43-528.rawproto
│   │   ├── profile-2017-12-02-19-05-54-682.json
│   │   ├── profile-2017-12-02-19-05-54-682.rawproto
│   │   ├── profile-2017-12-02-19-08-13-477.json
│   │   ├── profile-2017-12-02-19-08-13-477.rawproto
│   │   ├── profile-2017-12-02-19-14-52-040.json
│   │   ├── profile-2017-12-02-19-14-52-040.rawproto
│   │   ├── profile-2017-12-02-19-14-59-419.json
│   │   ├── profile-2017-12-02-19-14-59-419.rawproto
│   │   ├── profile-2017-12-02-19-23-22-206.json
│   │   ├── profile-2017-12-02-19-23-22-206.rawproto
│   │   ├── profile-2017-12-02-19-24-15-434.json
│   │   ├── profile-2017-12-02-19-24-15-434.rawproto
│   │   ├── profile-2017-12-02-19-31-38-417.json
│   │   ├── profile-2017-12-02-19-31-38-417.rawproto
│   │   ├── profile-2017-12-02-19-31-48-042.json
│   │   ├── profile-2017-12-02-19-31-48-042.rawproto
│   │   ├── profile-2017-12-02-19-43-17-675.json
│   │   ├── profile-2017-12-02-19-43-17-675.rawproto
│   │   ├── profile-2017-12-02-19-45-03-575.json
│   │   ├── profile-2017-12-02-19-45-03-575.rawproto
│   │   ├── profile-2017-12-02-19-45-12-950.json
│   │   ├── profile-2017-12-02-19-45-12-950.rawproto
│   │   ├── profile-2017-12-02-19-48-10-558.json
│   │   ├── profile-2017-12-02-19-48-10-558.rawproto
│   │   ├── profile-2017-12-02-19-48-19-497.json
│   │   ├── profile-2017-12-02-19-48-19-497.rawproto
│   │   ├── profile-2017-12-02-19-51-59-281.json
│   │   ├── profile-2017-12-02-19-51-59-281.rawproto
│   │   ├── profile-2017-12-02-19-52-08-360.json
│   │   ├── profile-2017-12-02-19-52-08-360.rawproto
│   │   ├── profile-2017-12-02-22-14-52-373.json
│   │   ├── profile-2017-12-02-22-14-52-373.rawproto
│   │   ├── profile-2017-12-02-22-15-00-557.json
│   │   ├── profile-2017-12-02-22-15-00-557.rawproto
│   │   ├── profile-2017-12-02-22-15-50-764.json
│   │   ├── profile-2017-12-02-22-15-50-764.rawproto
│   │   ├── profile-2017-12-02-22-17-06-837.json
│   │   ├── profile-2017-12-02-22-17-06-837.rawproto
│   │   ├── profile-2017-12-02-22-27-32-156.json
│   │   ├── profile-2017-12-02-22-27-32-156.rawproto
│   │   ├── profile-2017-12-02-22-30-22-005.json
│   │   ├── profile-2017-12-02-22-30-22-005.rawproto
│   │   ├── profile-2017-12-02-22-47-50-243.json
│   │   ├── profile-2017-12-02-22-47-50-243.rawproto
│   │   ├── profile-2017-12-02-22-55-12-579.json
│   │   ├── profile-2017-12-02-22-55-12-579.rawproto
│   │   ├── profile-2017-12-02-22-56-56-408.json
│   │   ├── profile-2017-12-02-22-56-56-408.rawproto
│   │   ├── profile-2017-12-02-23-34-06-325.json
│   │   ├── profile-2017-12-02-23-34-06-325.rawproto
│   │   ├── profile-2017-12-02-23-42-15-086.json
│   │   ├── profile-2017-12-02-23-42-15-086.rawproto
│   │   ├── profile-2017-12-02-23-43-01-033.json
│   │   ├── profile-2017-12-02-23-43-01-033.rawproto
│   │   ├── profile-2017-12-02-23-49-00-127.json
│   │   ├── profile-2017-12-02-23-49-00-127.rawproto
│   │   ├── profile-2017-12-02-23-50-27-609.json
│   │   ├── profile-2017-12-02-23-50-27-609.rawproto
│   │   ├── profile-2017-12-03-09-30-17-751.json
│   │   ├── profile-2017-12-03-09-30-17-751.rawproto
│   │   ├── profile-2017-12-03-09-30-39-357.json
│   │   ├── profile-2017-12-03-09-30-39-357.rawproto
│   │   ├── profile-2017-12-03-09-34-40-546.json
│   │   ├── profile-2017-12-03-09-34-40-546.rawproto
│   │   ├── profile-2017-12-03-09-34-46-708.json
│   │   ├── profile-2017-12-03-09-34-46-708.rawproto
│   │   ├── profile-2017-12-03-10-35-11-348.json
│   │   ├── profile-2017-12-03-10-35-11-348.rawproto
│   │   ├── profile-2017-12-03-10-35-27-104.json
│   │   ├── profile-2017-12-03-10-35-27-104.rawproto
│   │   ├── profile-2017-12-03-10-38-11-722.json
│   │   ├── profile-2017-12-03-10-38-11-722.rawproto
│   │   ├── profile-2017-12-03-10-38-19-397.json
│   │   ├── profile-2017-12-03-10-38-19-397.rawproto
│   │   ├── profile-2017-12-03-10-45-11-978.json
│   │   ├── profile-2017-12-03-10-45-11-978.rawproto
│   │   ├── profile-2017-12-03-11-44-41-391.json
│   │   ├── profile-2017-12-03-11-44-41-391.rawproto
│   │   ├── profile-2017-12-03-11-49-04-533.json
│   │   ├── profile-2017-12-03-11-49-04-533.rawproto
│   │   ├── profile-2017-12-03-12-24-15-839.json
│   │   ├── profile-2017-12-03-12-24-15-839.rawproto
│   │   ├── profile-2017-12-03-12-26-07-799.json
│   │   ├── profile-2017-12-03-12-26-07-799.rawproto
│   │   ├── profile-2017-12-03-12-27-34-103.json
│   │   ├── profile-2017-12-03-12-27-34-103.rawproto
│   │   ├── profile-2017-12-03-12-28-56-863.json
│   │   ├── profile-2017-12-03-12-28-56-863.rawproto
│   │   ├── profile-2017-12-03-12-29-41-272.json
│   │   ├── profile-2017-12-03-12-29-41-272.rawproto
│   │   ├── profile-2017-12-03-13-20-56-269.json
│   │   ├── profile-2017-12-03-13-20-56-269.rawproto
│   │   ├── profile-2017-12-03-13-41-30-451.json
│   │   ├── profile-2017-12-03-13-41-30-451.rawproto
│   │   ├── profile-2017-12-03-14-23-45-302.json
│   │   ├── profile-2017-12-03-14-23-45-302.rawproto
│   │   ├── profile-2017-12-03-14-27-32-128.json
│   │   ├── profile-2017-12-03-14-27-32-128.rawproto
│   │   ├── profile-2017-12-03-14-28-27-759.json
│   │   ├── profile-2017-12-03-14-28-27-759.rawproto
│   │   ├── profile-2017-12-03-14-33-21-329.json
│   │   ├── profile-2017-12-03-14-33-21-329.rawproto
│   │   ├── profile-2017-12-03-14-43-03-328.json
│   │   ├── profile-2017-12-03-14-43-03-328.rawproto
│   │   ├── profile-2017-12-03-14-44-31-103.json
│   │   ├── profile-2017-12-03-14-44-31-103.rawproto
│   │   ├── profile-2017-12-03-14-46-25-241.json
│   │   ├── profile-2017-12-03-14-46-25-241.rawproto
│   │   ├── profile-2017-12-03-14-59-59-300.json
│   │   ├── profile-2017-12-03-14-59-59-300.rawproto
│   │   ├── profile-2017-12-03-15-01-07-126.json
│   │   ├── profile-2017-12-03-15-01-07-126.rawproto
│   │   ├── profile-2017-12-03-15-02-40-161.json
│   │   ├── profile-2017-12-03-15-02-40-161.rawproto
│   │   ├── profile-2017-12-03-15-14-12-042.json
│   │   ├── profile-2017-12-03-15-14-12-042.rawproto
│   │   ├── profile-2017-12-03-15-15-15-183.json
│   │   ├── profile-2017-12-03-15-15-15-183.rawproto
│   │   ├── profile-2017-12-03-15-27-32-615.json
│   │   ├── profile-2017-12-03-15-27-32-615.rawproto
│   │   ├── profile-2017-12-03-16-47-22-122.json
│   │   ├── profile-2017-12-03-16-47-22-122.rawproto
│   │   ├── profile-2017-12-03-16-47-48-237.json
│   │   ├── profile-2017-12-03-16-47-48-237.rawproto
│   │   ├── profile-2017-12-03-17-01-24-023.json
│   │   ├── profile-2017-12-03-17-01-24-023.rawproto
│   │   ├── profile-2017-12-03-17-03-56-616.json
│   │   ├── profile-2017-12-03-17-03-56-616.rawproto
│   │   ├── profile-2017-12-03-17-08-29-543.json
│   │   ├── profile-2017-12-03-17-08-29-543.rawproto
│   │   ├── profile-2017-12-03-17-10-17-310.json
│   │   ├── profile-2017-12-03-17-10-17-310.rawproto
│   │   ├── profile-2017-12-03-18-53-14-470.json
│   │   ├── profile-2017-12-03-18-53-14-470.rawproto
│   │   ├── profile-2017-12-03-19-02-50-626.json
│   │   ├── profile-2017-12-03-19-02-50-626.rawproto
│   │   ├── profile-2017-12-03-19-05-19-243.json
│   │   ├── profile-2017-12-03-19-05-19-243.rawproto
│   │   ├── profile-2017-12-03-19-06-02-330.json
│   │   ├── profile-2017-12-03-19-06-02-330.rawproto
│   │   ├── profile-2017-12-03-19-08-14-685.json
│   │   ├── profile-2017-12-03-19-08-14-685.rawproto
│   │   ├── profile-2017-12-03-19-53-01-348.json
│   │   ├── profile-2017-12-03-19-53-01-348.rawproto
│   │   ├── profile-2017-12-03-19-54-51-010.json
│   │   ├── profile-2017-12-03-19-54-51-010.rawproto
│   │   ├── profile-2017-12-03-19-57-18-406.json
│   │   ├── profile-2017-12-03-19-57-18-406.rawproto
│   │   ├── profile-2017-12-03-20-03-58-235.json
│   │   ├── profile-2017-12-03-20-03-58-235.rawproto
│   │   ├── profile-2017-12-03-20-05-09-531.json
│   │   ├── profile-2017-12-03-20-05-09-531.rawproto
│   │   ├── profile-2017-12-03-20-05-41-656.json
│   │   ├── profile-2017-12-03-20-05-41-656.rawproto
│   │   ├── profile-2017-12-03-20-06-16-675.json
│   │   ├── profile-2017-12-03-20-06-16-675.rawproto
│   │   ├── profile-2017-12-03-20-07-49-071.json
│   │   ├── profile-2017-12-03-20-07-49-071.rawproto
│   │   ├── profile-2017-12-03-20-25-00-378.json
│   │   ├── profile-2017-12-03-20-25-00-378.rawproto
│   │   ├── profile-2017-12-03-20-25-16-023.json
│   │   ├── profile-2017-12-03-20-25-16-023.rawproto
│   │   ├── profile-2017-12-03-20-26-38-364.json
│   │   ├── profile-2017-12-03-20-26-38-364.rawproto
│   │   ├── profile-2017-12-03-20-27-36-916.json
│   │   ├── profile-2017-12-03-20-27-36-916.rawproto
│   │   ├── profile-2017-12-03-20-31-28-758.json
│   │   ├── profile-2017-12-03-20-31-28-758.rawproto
│   │   ├── profile-2017-12-03-20-33-49-107.json
│   │   ├── profile-2017-12-03-20-33-49-107.rawproto
│   │   ├── profile-2017-12-03-20-38-11-715.json
│   │   ├── profile-2017-12-03-20-38-11-715.rawproto
│   │   ├── profile-2017-12-03-20-38-24-127.json
│   │   ├── profile-2017-12-03-20-38-24-127.rawproto
│   │   ├── profile-2017-12-03-20-40-41-185.json
│   │   ├── profile-2017-12-03-20-40-41-185.rawproto
│   │   ├── profile-2017-12-03-20-40-51-673.json
│   │   ├── profile-2017-12-03-20-40-51-673.rawproto
│   │   ├── profile-2017-12-03-20-41-42-756.json
│   │   ├── profile-2017-12-03-20-41-42-756.rawproto
│   │   ├── profile-2017-12-03-20-45-02-479.json
│   │   ├── profile-2017-12-03-20-45-02-479.rawproto
│   │   ├── profile-2017-12-03-20-45-35-987.json
│   │   ├── profile-2017-12-03-20-45-35-987.rawproto
│   │   ├── profile-2017-12-03-20-47-32-243.json
│   │   ├── profile-2017-12-03-20-47-32-243.rawproto
│   │   ├── profile-2017-12-03-20-52-08-889.json
│   │   ├── profile-2017-12-03-20-52-08-889.rawproto
│   │   ├── profile-2017-12-03-20-52-57-682.json
│   │   ├── profile-2017-12-03-20-52-57-682.rawproto
│   │   ├── profile-2017-12-03-21-01-55-904.json
│   │   ├── profile-2017-12-03-21-01-55-904.rawproto
│   │   ├── profile-2017-12-03-21-02-10-697.json
│   │   ├── profile-2017-12-03-21-02-10-697.rawproto
│   │   ├── profile-2017-12-03-21-04-33-866.json
│   │   ├── profile-2017-12-03-21-04-33-866.rawproto
│   │   ├── profile-2017-12-03-21-04-49-822.json
│   │   ├── profile-2017-12-03-21-04-49-822.rawproto
│   │   ├── profile-2017-12-03-21-06-56-342.json
│   │   ├── profile-2017-12-03-21-06-56-342.rawproto
│   │   ├── profile-2017-12-03-21-13-49-655.json
│   │   ├── profile-2017-12-03-21-13-49-655.rawproto
│   │   ├── profile-2017-12-03-21-14-00-067.json
│   │   ├── profile-2017-12-03-21-14-00-067.rawproto
│   │   ├── profile-2017-12-03-21-25-23-349.json
│   │   ├── profile-2017-12-03-21-25-23-349.rawproto
│   │   ├── profile-2017-12-03-21-36-26-203.json
│   │   ├── profile-2017-12-03-21-36-26-203.rawproto
│   │   ├── profile-2017-12-03-21-36-47-094.json
│   │   ├── profile-2017-12-03-21-36-47-094.rawproto
│   │   ├── profile-2017-12-03-21-38-27-299.json
│   │   ├── profile-2017-12-03-21-38-27-299.rawproto
│   │   ├── profile-2017-12-03-21-38-32-117.json
│   │   ├── profile-2017-12-03-21-38-32-117.rawproto
│   │   ├── profile-2017-12-03-21-42-28-305.json
│   │   ├── profile-2017-12-03-21-42-28-305.rawproto
│   │   ├── profile-2017-12-03-21-42-45-552.json
│   │   ├── profile-2017-12-03-21-42-45-552.rawproto
│   │   ├── profile-2017-12-03-21-43-28-187.json
│   │   ├── profile-2017-12-03-21-43-28-187.rawproto
│   │   ├── profile-2017-12-03-21-43-33-241.json
│   │   ├── profile-2017-12-03-21-43-33-241.rawproto
│   │   ├── profile-2017-12-03-21-44-28-015.json
│   │   ├── profile-2017-12-03-21-44-28-015.rawproto
│   │   ├── profile-2017-12-03-21-44-31-494.json
│   │   ├── profile-2017-12-03-21-44-31-494.rawproto
│   │   ├── profile-2017-12-03-21-45-04-691.json
│   │   ├── profile-2017-12-03-21-45-04-691.rawproto
│   │   ├── profile-2017-12-03-21-47-20-349.json
│   │   ├── profile-2017-12-03-21-47-20-349.rawproto
│   │   ├── profile-2017-12-03-21-47-24-499.json
│   │   ├── profile-2017-12-03-21-47-24-499.rawproto
│   │   ├── profile-2017-12-03-21-48-08-382.json
│   │   ├── profile-2017-12-03-21-48-08-382.rawproto
│   │   ├── profile-2017-12-03-21-48-21-174.json
│   │   ├── profile-2017-12-03-21-48-21-174.rawproto
│   │   ├── profile-2017-12-03-21-48-24-216.json
│   │   ├── profile-2017-12-03-21-48-24-216.rawproto
│   │   ├── profile-2017-12-03-21-48-46-898.json
│   │   ├── profile-2017-12-03-21-48-46-898.rawproto
│   │   ├── profile-2017-12-03-21-49-07-366.json
│   │   ├── profile-2017-12-03-21-49-07-366.rawproto
│   │   ├── profile-2017-12-03-21-50-35-009.json
│   │   ├── profile-2017-12-03-21-50-35-009.rawproto
│   │   ├── profile-2017-12-03-21-51-29-550.json
│   │   ├── profile-2017-12-03-21-51-29-550.rawproto
│   │   ├── profile-2017-12-03-21-51-33-751.json
│   │   ├── profile-2017-12-03-21-51-33-751.rawproto
│   │   ├── profile-2017-12-03-21-52-00-072.json
│   │   ├── profile-2017-12-03-21-52-00-072.rawproto
│   │   ├── profile-2017-12-03-21-52-23-612.json
│   │   ├── profile-2017-12-03-21-52-23-612.rawproto
│   │   ├── profile-2017-12-03-21-56-31-793.json
│   │   ├── profile-2017-12-03-21-56-31-793.rawproto
│   │   ├── profile-2017-12-03-21-56-34-888.json
│   │   ├── profile-2017-12-03-21-56-34-888.rawproto
│   │   ├── profile-2017-12-03-21-56-39-390.json
│   │   ├── profile-2017-12-03-21-56-39-390.rawproto
│   │   ├── profile-2017-12-03-21-57-06-290.json
│   │   ├── profile-2017-12-03-21-57-06-290.rawproto
│   │   ├── profile-2017-12-03-21-57-45-324.json
│   │   ├── profile-2017-12-03-21-57-45-324.rawproto
│   │   ├── profile-2017-12-03-21-57-48-070.json
│   │   ├── profile-2017-12-03-21-57-48-070.rawproto
│   │   ├── profile-2017-12-03-21-57-51-533.json
│   │   ├── profile-2017-12-03-21-57-51-533.rawproto
│   │   ├── profile-2017-12-03-21-58-06-523.json
│   │   ├── profile-2017-12-03-21-58-06-523.rawproto
│   │   ├── profile-2017-12-03-21-58-25-083.json
│   │   ├── profile-2017-12-03-21-58-25-083.rawproto
│   │   ├── profile-2017-12-03-22-00-20-740.json
│   │   ├── profile-2017-12-03-22-00-20-740.rawproto
│   │   ├── profile-2017-12-03-22-01-36-043.json
│   │   ├── profile-2017-12-03-22-01-36-043.rawproto
│   │   ├── profile-2017-12-03-22-02-30-674.json
│   │   ├── profile-2017-12-03-22-02-30-674.rawproto
│   │   ├── profile-2017-12-03-22-02-33-445.json
│   │   ├── profile-2017-12-03-22-02-33-445.rawproto
│   │   ├── profile-2017-12-03-22-02-43-158.json
│   │   ├── profile-2017-12-03-22-02-43-158.rawproto
│   │   ├── profile-2017-12-03-22-03-01-907.json
│   │   ├── profile-2017-12-03-22-03-01-907.rawproto
│   │   ├── profile-2017-12-03-22-04-31-399.json
│   │   ├── profile-2017-12-03-22-04-31-399.rawproto
│   │   ├── profile-2017-12-03-22-04-34-798.json
│   │   ├── profile-2017-12-03-22-04-34-798.rawproto
│   │   ├── profile-2017-12-03-22-04-54-336.json
│   │   ├── profile-2017-12-03-22-04-54-336.rawproto
│   │   ├── profile-2017-12-03-22-04-56-611.json
│   │   ├── profile-2017-12-03-22-04-56-611.rawproto
│   │   ├── profile-2017-12-03-22-05-06-430.json
│   │   ├── profile-2017-12-03-22-05-06-430.rawproto
│   │   ├── profile-2017-12-03-22-05-08-801.json
│   │   ├── profile-2017-12-03-22-05-08-801.rawproto
│   │   ├── profile-2017-12-03-22-05-29-147.json
│   │   ├── profile-2017-12-03-22-05-29-147.rawproto
│   │   ├── profile-2017-12-03-22-06-01-214.json
│   │   ├── profile-2017-12-03-22-06-01-214.rawproto
│   │   ├── profile-2017-12-03-22-06-30-430.json
│   │   ├── profile-2017-12-03-22-06-30-430.rawproto
│   │   ├── profile-2017-12-03-22-06-32-770.json
│   │   ├── profile-2017-12-03-22-06-32-770.rawproto
│   │   ├── profile-2017-12-03-22-06-44-356.json
│   │   ├── profile-2017-12-03-22-06-44-356.rawproto
│   │   ├── profile-2017-12-03-22-06-57-838.json
│   │   ├── profile-2017-12-03-22-06-57-838.rawproto
│   │   ├── profile-2017-12-03-22-07-54-674.json
│   │   ├── profile-2017-12-03-22-07-54-674.rawproto
│   │   ├── profile-2017-12-03-22-07-56-560.json
│   │   ├── profile-2017-12-03-22-07-56-560.rawproto
│   │   ├── profile-2017-12-03-22-08-08-359.json
│   │   ├── profile-2017-12-03-22-08-08-359.rawproto
│   │   ├── profile-2017-12-03-22-09-13-274.json
│   │   ├── profile-2017-12-03-22-09-13-274.rawproto
│   │   ├── profile-2017-12-03-22-09-57-543.json
│   │   ├── profile-2017-12-03-22-09-57-543.rawproto
│   │   ├── profile-2017-12-03-22-18-36-939.json
│   │   ├── profile-2017-12-03-22-18-36-939.rawproto
│   │   ├── profile-2017-12-03-23-06-47-796.json
│   │   ├── profile-2017-12-03-23-06-47-796.rawproto
│   │   ├── profile-2017-12-03-23-08-53-938.json
│   │   ├── profile-2017-12-03-23-08-53-938.rawproto
│   │   ├── profile-2017-12-03-23-32-52-302.json
│   │   ├── profile-2017-12-03-23-32-52-302.rawproto
│   │   ├── profile-2017-12-03-23-33-59-314.json
│   │   ├── profile-2017-12-03-23-33-59-314.rawproto
│   │   ├── profile-2017-12-03-23-35-44-020.json
│   │   ├── profile-2017-12-03-23-35-44-020.rawproto
│   │   ├── profile-2017-12-03-23-40-48-838.json
│   │   ├── profile-2017-12-03-23-40-48-838.rawproto
│   │   ├── profile-2017-12-03-23-41-36-838.json
│   │   ├── profile-2017-12-03-23-41-36-838.rawproto
│   │   ├── profile-2017-12-03-23-42-49-127.json
│   │   ├── profile-2017-12-03-23-42-49-127.rawproto
│   │   ├── profile-2017-12-03-23-43-39-756.json
│   │   ├── profile-2017-12-03-23-43-39-756.rawproto
│   │   ├── profile-2017-12-03-23-44-20-059.json
│   │   ├── profile-2017-12-03-23-44-20-059.rawproto
│   │   ├── profile-2017-12-03-23-44-44-662.json
│   │   ├── profile-2017-12-03-23-44-44-662.rawproto
│   │   ├── profile-2017-12-03-23-45-23-147.json
│   │   ├── profile-2017-12-03-23-45-23-147.rawproto
│   │   ├── profile-2017-12-03-23-48-58-498.json
│   │   ├── profile-2017-12-03-23-48-58-498.rawproto
│   │   ├── profile-2017-12-03-23-50-36-293.json
│   │   ├── profile-2017-12-03-23-50-36-293.rawproto
│   │   ├── profile-2017-12-03-23-51-05-873.json
│   │   ├── profile-2017-12-03-23-51-05-873.rawproto
│   │   ├── profile-2017-12-03-23-52-06-351.json
│   │   ├── profile-2017-12-03-23-52-06-351.rawproto
│   │   ├── profile-2017-12-03-23-56-06-287.json
│   │   ├── profile-2017-12-03-23-56-06-287.rawproto
│   │   ├── profile-2017-12-03-23-57-43-020.json
│   │   ├── profile-2017-12-03-23-57-43-020.rawproto
│   │   ├── profile-2017-12-03-23-59-12-604.json
│   │   ├── profile-2017-12-03-23-59-12-604.rawproto
│   │   ├── profile-2017-12-03-23-59-26-682.json
│   │   ├── profile-2017-12-03-23-59-26-682.rawproto
│   │   ├── profile-2017-12-04-09-23-44-299.json
│   │   ├── profile-2017-12-04-09-23-44-299.rawproto
│   │   ├── profile-2017-12-04-09-24-07-777.json
│   │   ├── profile-2017-12-04-09-24-07-777.rawproto
│   │   ├── profile-2017-12-04-09-28-04-960.json
│   │   ├── profile-2017-12-04-09-28-04-960.rawproto
│   │   ├── profile-2017-12-04-09-28-15-105.json
│   │   ├── profile-2017-12-04-09-28-15-105.rawproto
│   │   ├── profile-2017-12-04-09-28-49-983.json
│   │   ├── profile-2017-12-04-09-28-49-983.rawproto
│   │   ├── profile-2017-12-04-09-30-07-468.json
│   │   ├── profile-2017-12-04-09-30-07-468.rawproto
│   │   ├── profile-2017-12-04-09-30-38-805.json
│   │   ├── profile-2017-12-04-09-30-38-805.rawproto
│   │   ├── profile-2017-12-04-09-30-54-794.json
│   │   ├── profile-2017-12-04-09-30-54-794.rawproto
│   │   ├── profile-2017-12-04-09-33-14-063.json
│   │   ├── profile-2017-12-04-09-33-14-063.rawproto
│   │   ├── profile-2017-12-04-09-35-44-133.json
│   │   ├── profile-2017-12-04-09-35-44-133.rawproto
│   │   ├── profile-2017-12-04-09-40-29-480.json
│   │   ├── profile-2017-12-04-09-40-29-480.rawproto
│   │   ├── profile-2017-12-04-09-42-48-208.json
│   │   ├── profile-2017-12-04-09-42-48-208.rawproto
│   │   ├── profile-2017-12-04-09-52-09-443.json
│   │   ├── profile-2017-12-04-09-52-09-443.rawproto
│   │   ├── profile-2017-12-04-09-52-40-041.json
│   │   ├── profile-2017-12-04-09-52-40-041.rawproto
│   │   ├── profile-2017-12-04-10-17-20-299.json
│   │   ├── profile-2017-12-04-10-17-20-299.rawproto
│   │   ├── profile-2017-12-04-10-17-28-250.json
│   │   ├── profile-2017-12-04-10-17-28-250.rawproto
│   │   ├── profile-2017-12-04-10-19-21-244.json
│   │   ├── profile-2017-12-04-10-19-21-244.rawproto
│   │   ├── profile-2017-12-04-14-52-53-831.json
│   │   ├── profile-2017-12-04-14-52-53-831.rawproto
│   │   ├── profile-2017-12-04-14-52-59-150.json
│   │   ├── profile-2017-12-04-14-52-59-150.rawproto
│   │   ├── profile-2017-12-10-17-07-18-143.json
│   │   ├── profile-2017-12-10-17-07-18-143.rawproto
│   │   ├── profile-2017-12-10-17-07-56-445.json
│   │   ├── profile-2017-12-10-17-07-56-445.rawproto
│   │   ├── profile-2017-12-10-17-10-50-914.json
│   │   ├── profile-2017-12-10-17-10-50-914.rawproto
│   │   ├── profile-2017-12-10-17-10-54-159.json
│   │   ├── profile-2017-12-10-17-10-54-159.rawproto
│   │   ├── profile-2017-12-12-16-53-38-075.json
│   │   ├── profile-2017-12-12-16-53-38-075.rawproto
│   │   ├── profile-2017-12-12-16-54-15-800.json
│   │   ├── profile-2017-12-12-16-54-15-800.rawproto
│   │   ├── profile-2017-12-13-11-42-27-741.json
│   │   ├── profile-2017-12-13-11-42-27-741.rawproto
│   │   ├── profile-2017-12-13-11-42-33-511.json
│   │   ├── profile-2017-12-13-11-42-33-511.rawproto
│   │   ├── profile-2017-12-13-13-59-54-710.json
│   │   ├── profile-2017-12-13-13-59-54-710.rawproto
│   │   ├── profile-2017-12-20-18-49-24-268.json
│   │   ├── profile-2017-12-20-18-49-24-268.rawproto
│   │   ├── profile-2017-12-20-18-49-34-423.json
│   │   ├── profile-2017-12-20-18-49-34-423.rawproto
│   │   ├── profile-2017-12-26-19-56-02-142.json
│   │   ├── profile-2017-12-26-19-56-02-142.rawproto
│   │   ├── profile-2017-12-26-19-56-13-444.json
│   │   ├── profile-2017-12-26-19-56-13-444.rawproto
│   │   ├── profile-2017-12-26-19-58-21-080.json
│   │   ├── profile-2017-12-26-19-58-21-080.rawproto
│   │   ├── profile-2017-12-26-19-58-23-514.json
│   │   ├── profile-2017-12-26-19-58-23-514.rawproto
│   │   ├── profile-2018-07-24-18-19-48-741.json
│   │   ├── profile-2018-07-24-18-19-48-741.rawproto
│   │   ├── profile-2018-07-24-18-19-54-402.json
│   │   ├── profile-2018-07-24-18-19-54-402.rawproto
│   │   ├── profile-2018-07-24-18-20-14-958.json
│   │   ├── profile-2018-07-24-18-20-14-958.rawproto
│   │   ├── profile-2018-07-25-09-53-24-328.json
│   │   ├── profile-2018-07-25-09-53-24-328.rawproto
│   │   ├── profile-2018-07-25-09-53-27-755.json
│   │   ├── profile-2018-07-25-09-53-27-755.rawproto
│   │   ├── profile-2018-07-25-09-53-59-211.json
│   │   ├── profile-2018-07-25-09-53-59-211.rawproto
│   │   ├── profile-2018-07-25-10-47-48-632.json
│   │   ├── profile-2018-07-25-10-47-48-632.rawproto
│   │   ├── profile-2018-07-25-10-48-31-630.json
│   │   ├── profile-2018-07-25-10-48-31-630.rawproto
│   │   ├── profile-2018-07-25-18-00-22-996.json
│   │   ├── profile-2018-07-25-18-00-22-996.rawproto
│   │   ├── profile-2018-07-25-18-00-25-102.json
│   │   ├── profile-2018-07-25-18-00-25-102.rawproto
│   │   ├── profile-2018-07-26-09-05-40-876.json
│   │   ├── profile-2018-07-26-09-05-40-876.rawproto
│   │   ├── profile-2018-07-26-09-05-45-690.json
│   │   ├── profile-2018-07-26-09-05-45-690.rawproto
│   │   ├── profile-2018-07-27-11-58-14-572.json
│   │   ├── profile-2018-07-27-11-58-14-572.rawproto
│   │   ├── profile-2018-07-27-11-58-18-501.json
│   │   ├── profile-2018-07-27-11-58-18-501.rawproto
│   │   ├── profile-2018-07-27-11-58-21-820.json
│   │   ├── profile-2018-07-27-11-58-21-820.rawproto
│   │   ├── profile-2018-07-27-11-58-29-205.json
│   │   ├── profile-2018-07-27-11-58-29-205.rawproto
│   │   ├── profile-2018-07-27-11-58-59-369.json
│   │   ├── profile-2018-07-27-11-58-59-369.rawproto
│   │   ├── profile-2018-07-27-12-00-17-438.json
│   │   ├── profile-2018-07-27-12-00-17-438.rawproto
│   │   ├── profile-2018-07-27-12-00-36-083.json
│   │   ├── profile-2018-07-27-12-00-36-083.rawproto
│   │   ├── profile-2018-07-27-12-00-51-889.json
│   │   ├── profile-2018-07-27-12-00-51-889.rawproto
│   │   ├── profile-2018-07-27-12-01-09-890.json
│   │   ├── profile-2018-07-27-12-01-09-890.rawproto
│   │   ├── profile-2018-08-29-10-28-33-769.json
│   │   ├── profile-2018-08-29-10-28-33-769.rawproto
│   │   ├── profile-2018-08-29-10-28-37-362.json
│   │   ├── profile-2018-08-29-10-28-37-362.rawproto
│   │   ├── profile-2018-08-29-17-29-22-203.json
│   │   ├── profile-2018-08-29-17-29-22-203.rawproto
│   │   ├── profile-2018-08-29-17-29-25-761.json
│   │   ├── profile-2018-08-29-17-29-25-761.rawproto
│   │   ├── profile-2018-08-29-17-43-49-740.json
│   │   ├── profile-2018-08-29-17-43-49-740.rawproto
│   │   ├── profile-2018-08-29-17-44-11-565.json
│   │   ├── profile-2018-08-29-17-44-11-565.rawproto
│   │   ├── profile-2018-08-29-18-00-01-200.json
│   │   ├── profile-2018-08-29-18-00-01-200.rawproto
│   │   ├── profile-2018-08-29-18-00-24-066.json
│   │   ├── profile-2018-08-29-18-00-24-066.rawproto
│   │   ├── profile-2018-08-29-18-09-24-263.json
│   │   ├── profile-2018-08-29-18-09-24-263.rawproto
│   │   ├── profile-2018-08-29-18-12-42-201.json
│   │   ├── profile-2018-08-29-18-12-42-201.rawproto
│   │   ├── profile-2018-08-30-09-01-40-286.json
│   │   ├── profile-2018-08-30-09-01-40-286.rawproto
│   │   ├── profile-2018-08-30-09-01-54-060.json
│   │   ├── profile-2018-08-30-09-01-54-060.rawproto
│   │   ├── profile-2018-08-30-10-30-03-087.json
│   │   ├── profile-2018-08-30-10-30-03-087.rawproto
│   │   ├── profile-2018-08-30-10-30-05-433.json
│   │   ├── profile-2018-08-30-10-30-05-433.rawproto
│   │   ├── profile-2018-08-30-10-30-40-656.json
│   │   ├── profile-2018-08-30-10-30-40-656.rawproto
│   │   ├── profile-2018-08-30-10-37-57-803.json
│   │   ├── profile-2018-08-30-10-37-57-803.rawproto
│   │   ├── profile-2018-08-30-11-11-49-650.json
│   │   ├── profile-2018-08-30-11-11-49-650.rawproto
│   │   ├── profile-2018-08-30-11-13-58-209.json
│   │   ├── profile-2018-08-30-11-13-58-209.rawproto
│   │   ├── profile-2018-08-30-11-15-17-507.json
│   │   ├── profile-2018-08-30-11-15-17-507.rawproto
│   │   ├── profile-2018-08-30-11-15-36-840.json
│   │   ├── profile-2018-08-30-11-15-36-840.rawproto
│   │   ├── profile-2018-08-30-16-25-15-076.json
│   │   ├── profile-2018-08-30-16-25-15-076.rawproto
│   │   ├── profile-2018-08-30-16-25-19-706.json
│   │   ├── profile-2018-08-30-16-25-19-706.rawproto
│   │   ├── profile-2018-08-30-16-31-50-830.json
│   │   ├── profile-2018-08-30-16-31-50-830.rawproto
│   │   ├── profile-2018-08-30-16-39-45-934.json
│   │   ├── profile-2018-08-30-16-39-45-934.rawproto
│   │   ├── profile-2018-09-07-14-38-45-872.json
│   │   ├── profile-2018-09-07-14-38-45-872.rawproto
│   │   ├── profile-2018-09-07-14-38-50-639.json
│   │   ├── profile-2018-09-07-14-38-50-639.rawproto
│   │   ├── profile-2018-09-10-14-27-10-879.json
│   │   ├── profile-2018-09-10-14-27-10-879.rawproto
│   │   ├── profile-2018-09-10-14-27-13-037.json
│   │   ├── profile-2018-09-10-14-27-13-037.rawproto
│   │   ├── profile-2018-09-17-11-39-06-608.json
│   │   ├── profile-2018-09-17-11-39-06-608.rawproto
│   │   ├── profile-2018-09-17-11-39-09-193.json
│   │   ├── profile-2018-09-17-11-39-09-193.rawproto
│   │   ├── profile-2018-09-17-18-00-17-638.json
│   │   ├── profile-2018-09-17-18-00-17-638.rawproto
│   │   ├── profile-2018-09-17-18-00-21-109.json
│   │   ├── profile-2018-09-17-18-00-21-109.rawproto
│   │   ├── profile-2018-09-17-18-14-58-389.json
│   │   ├── profile-2018-09-17-18-14-58-389.rawproto
│   │   ├── profile-2018-09-17-18-15-01-968.json
│   │   ├── profile-2018-09-17-18-15-01-968.rawproto
│   │   ├── profile-2018-09-17-18-15-13-566.json
│   │   ├── profile-2018-09-17-18-15-13-566.rawproto
│   │   ├── profile-2018-09-17-18-17-04-838.json
│   │   ├── profile-2018-09-17-18-17-04-838.rawproto
│   │   ├── profile-2018-09-17-18-17-27-648.json
│   │   ├── profile-2018-09-17-18-17-27-648.rawproto
│   │   ├── profile-2018-09-18-09-05-18-902.json
│   │   ├── profile-2018-09-18-09-05-18-902.rawproto
│   │   ├── profile-2018-09-18-09-05-26-859.json
│   │   └── profile-2018-09-18-09-05-26-859.rawproto
│   └── intermediates
│   ├── dex-cache
│   │   └── cache.xml
│   └── lint-cache
│   └── maven.google
│   ├── com
│   │   └── android
│   │   └── support
│   │   └── group-index.xml
│   └── master-index.xml
├── build.gradle
├── gradle
│   └── wrapper
│   ├── gradle-wrapper.jar
│   └── gradle-wrapper.properties
├── gradle.properties
├── gradlew
├── gradlew.bat
├── import-summary.txt
├── local.properties
└── settings.gradle

341 directories, 1032 files

标签:

实例下载地址

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警