Skip to content

更新编译出错问题 #66

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.gradle/
.idea/
*.iml
build/
local.properties
22 changes: 11 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ android:
- android-sdk-license-.+
- '.+'
before_script:
- wget http://services.gradle.org/distributions/gradle-4.4-all.zip
- unzip gradle-4.4-all.zip
- export GRADLE_HOME=$PWD/gradle-4.4
- export PATH=$GRADLE_HOME/bin:$PATH
- mkdir "$ANDROID_HOME/licenses" || true
- echo -e "\n8933bad161af4178b1185d1a37fbf41ea5269c55" > "$ANDROID_HOME/licenses/android-sdk-license"
- echo -e "\n84831b9409646a918e30573bab4c9c91346d8abd" > "$ANDROID_HOME/licenses/android-sdk-preview-license"
- echo no | android create avd --force -n test -t android-22 --abi armeabi-v7a
- emulator -avd test -no-audio -no-window &
- android-wait-for-emulator
- adb shell input keyevent 82 &
- wget http://services.gradle.org/distributions/gradle-4.4-all.zip
- unzip gradle-4.4-all.zip
- export GRADLE_HOME=$PWD/gradle-4.4
- export PATH=$GRADLE_HOME/bin:$PATH
- mkdir "$ANDROID_HOME/licenses" || true
- echo -e "\n8933bad161af4178b1185d1a37fbf41ea5269c55" > "$ANDROID_HOME/licenses/android-sdk-license"
- echo -e "\n84831b9409646a918e30573bab4c9c91346d8abd" > "$ANDROID_HOME/licenses/android-sdk-preview-license"
- echo no | android create avd --force -n test -t android-22 --abi armeabi-v7a
- emulator -avd test -no-audio -no-window &
- android-wait-for-emulator
- adb shell input keyevent 82 &
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,6 @@ schema的协议格式为:jdhttpmonitor://webview?param={'url'='http://www.dark
1. 信任所有的服务器证书不做校验<br>
~~2. 开启返回包注入功能后,https返回的部分页面存在 err_CONTENT_LENGTH_MISMATCH 错误<br>~~(看起来似乎是解决了,待用户反馈)

#### 如果觉得工具好用的话请多多star以及Pull requests<br>支持我喝杯咖啡请扫描下面的二维码,谢谢(ง •̀_•́)ง<br>
![image](http://h5.darkal.cn/har/guide/img/code.jpg)<br><br>

#### 相关技术交流可以加入QQ群:816839175<br>
![image](http://h5.darkal.cn/har/guide/img/qq.jpg)<br><br>

### 致谢<br>
AndroidHttpCapture基于Netty、browsermob-proxy来实现核心抓包的功能<br>
Expand Down
182 changes: 0 additions & 182 deletions app/app.iml

This file was deleted.

15 changes: 15 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,26 @@ android {
}
productFlavors {
}
aaptOptions {
cruncherEnabled = false
useNewCruncher = false
}
lintOptions {
checkReleaseBuilds false
abortOnError false
warningsAsErrors false
disable "UnusedResources"
textOutput "stdout"
textReport true
}
}

tasks.withType(Javadoc) {
options.addStringOption('Xdoclint:none', '-quiet')
options.addStringOption('encoding', 'UTF-8')
options.addStringOption('charSet', 'UTF-8')
}

dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
// Bugly上报
Expand Down
Binary file added app/doc/MCCMNCs v3.xlsx
Binary file not shown.
Loading