Skip to content

Commit 9c88892

Browse files
iosios
authored andcommitted
JJ.jar
1 parent f163860 commit 9c88892

File tree

5 files changed

+60
-28
lines changed

5 files changed

+60
-28
lines changed

JJ.jar

3.43 MB
Binary file not shown.

JJ/.idea/workspace.xml

Lines changed: 54 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

JJ/src/com/iosdevlog/jj/Constants.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package com.iosdevlog.jj
33
/**
44
* adb所在位置
55
*/
6-
val ADB_PATH = "D:\\Android\\sdk\\platform-tools\\adb.exe"
6+
val ADB_PATH = "/Users/ios/Library/Android/sdk/platform-tools/adb"
77
/**
88
* 截屏文件所在位置
99
*/

JJ/src/com/iosdevlog/jj/JumpJumpMain.form

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<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">
44
<margin top="0" left="0" bottom="0" right="0"/>
55
<constraints>
6-
<xy x="20" y="20" width="1313" height="911"/>
6+
<xy x="20" y="20" width="1390" height="911"/>
77
</constraints>
88
<properties/>
99
<border type="none"/>
@@ -46,7 +46,7 @@
4646
</grid>
4747
</constraints>
4848
<properties>
49-
<text value="D:\Android\sdk\platform-tools\adb.exe"/>
49+
<text value="/Users/ios/Library/Android/sdk/platform-tools/adb"/>
5050
</properties>
5151
</component>
5252
<component id="36342" class="javax.swing.JButton" binding="scanButton">

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ $ adb pull /sdcard/screen.png # 下载截屏文件到本地
4747

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

50+
## 生成 jar
51+
52+
Build -> Build Artifacts -> JJ:jar -> Build
5053

5154
# 使用方法
5255
---

0 commit comments

Comments
 (0)