SkillAgentSearch skills...

HttpCanary

【Android】 Android开发工具之http请求日志打印

Install / Use

/learn @ZhangLang001/HttpCanary
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<div align="center">

HttpCanary

Android网络请求日志打印输出

Download GitHub issues GitHub forks GitHub stars GitHub license

</div> <br>

效果展示

http_logohttp_logo

依赖

debugImplementation  'fairy.easy.httpcanary:httpcanary:{latestVersion}'
releaseImplementation  'fairy.easy.httpcanary:httpcanary-no-op:{latestVersion}'
//androidX使用
//debugImplementation  'fairy.easy.httpcanary:httpcanary-androidx:{latestVersion}'

调用方式

public class App extends Application {

    @Override
    public void onCreate() {
        super.onCreate();
        HttpCanary.install(this);
    }
}

注意事项

  1. targetSdkVersion设置为28以下
  2. 添加1.8版本
 compileOptions {
        targetCompatibility 1.8
        sourceCompatibility 1.8
    }
View on GitHub
GitHub Stars29
CategoryDevelopment
Updated1y ago
Forks30

Security Score

75/100

Audited on Dec 9, 2024

No findings