pFad - Phone/Frame/Anonymizer/Declutterfier! Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

URL: http://github.com/leconio/AndroidDebugTools

sorigen="anonymous" media="all" rel="stylesheet" href="https://github.githubassets.com/assets/repository-6534fbc3f5e83ac0.css" /> GitHub - leconio/AndroidDebugTools: 内置多线程的微型服务器,在同一个局域网中可以使用浏览器直接访问其内容。 · GitHub
Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

117 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Android Debug工具

简介

  1. Android Debug工具内置多线程的微型服务器,在同一个局域网中可以使用浏览器直接访问其内容。因此可以通过浏览器来操作当前App的行为以及adb等服务。
  2. 目前实现了查看当前App数据库以及SD卡内容。
  3. Android Debug工具提供了极高的拓展方式,可以通过Rest风格的Api来拓展,亦可以把它当成一个简单的静态资源服务器。
  4. 由于Android性能有限,不建议负载太大的工作,更不能保证高并发。建议在开发环境使用,生产酌情使用。
  5. 服务器暂时只支持支持GET和POST两种方式。

技术栈

Android 端无任何依赖,全部原生代码完成。

  • Android:使用Java通过Socket方式实现HTTP协议的服务端。
  • Web:使用Angular。

预览

database storage

使用方法

体验

  1. 下载apk安装包,安装到手机。
  2. 点击数据库添加数据获取SD卡权限
  3. 启动App,下拉通知栏
  4. 打开你的浏览器,按照3的操作步骤体验吧

集成

Android Debug工具完全无代码侵入性,意味着你只需添加依赖,无需编写任何代码即可以体验基础功能。

  • 添加依赖 debugImplementation 'io.lecon.debugtools:debugtools:1.0.9'

配置外部数据库

如果无外部数据库,不要配置这个

  1. classpath 添加 classpath 'io.lecon.debugtools.plugin:debugtoolsplugin:1.0.8'
  2. 添加依赖 debugImplementation 'io.lecon.debugtools:debugtools:1.0.9'
  3. gradle 配置
apply plugin: 'io.lecon.debug_tools.plugin'
debug_tools {
    database {
        [数据库名] {
            path '[路径]'
            password '"[密码]"'
        }
    }
}

About

内置多线程的微型服务器,在同一个局域网中可以使用浏览器直接访问其内容。

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages

pFad - Phonifier reborn

Pfad - The Proxy pFad © 2024 Your Company Name. All rights reserved.





Check this box to remove all script contents from the fetched content.



Check this box to remove all images from the fetched content.


Check this box to remove all CSS styles from the fetched content.


Check this box to keep images inefficiently compressed and original size.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy