Skip to content

Commit

Permalink
JJ.jar
Browse files Browse the repository at this point in the history
  • Loading branch information
ios authored and ios committed Jan 1, 2018
1 parent f163860 commit 9c88892
Show file tree
Hide file tree
Showing 5 changed files with 60 additions and 28 deletions.
Binary file added JJ.jar
Binary file not shown.
79 changes: 54 additions & 25 deletions JJ/.idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion JJ/src/com/iosdevlog/jj/Constants.kt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package com.iosdevlog.jj
/**
* adb所在位置
*/
val ADB_PATH = "D:\\Android\\sdk\\platform-tools\\adb.exe"
val ADB_PATH = "/Users/ios/Library/Android/sdk/platform-tools/adb"
/**
* 截屏文件所在位置
*/
Expand Down
4 changes: 2 additions & 2 deletions JJ/src/com/iosdevlog/jj/JumpJumpMain.form
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<grid id="27dc6" binding="mainPanel" layout-manager="GridLayoutManager" row-count="1" column-count="3" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
<margin top="0" left="0" bottom="0" right="0"/>
<constraints>
<xy x="20" y="20" width="1313" height="911"/>
<xy x="20" y="20" width="1390" height="911"/>
</constraints>
<properties/>
<border type="none"/>
Expand Down Expand Up @@ -46,7 +46,7 @@
</grid>
</constraints>
<properties>
<text value="D:\Android\sdk\platform-tools\adb.exe"/>
<text value="/Users/ios/Library/Android/sdk/platform-tools/adb"/>
</properties>
</component>
<component id="36342" class="javax.swing.JButton" binding="scanButton">
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ $ adb pull /sdcard/screen.png # 下载截屏文件到本地

可能要配置 Project Structure -> JDK, Edit Configurations -> Kotlin -> Configuration -> JRE 重新选择JRE 运行

## 生成 jar

Build -> Build Artifacts -> JJ:jar -> Build

# 使用方法
---
Expand Down

0 comments on commit 9c88892

Please sign in to comment.