Skip to content

Commit

Permalink
feat:update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
chaojiong1zhang20230913 committed Dec 10, 2021
1 parent 235893c commit 649580f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
Binary file modified IMG/assembleDebug.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion README-EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,10 @@ Download two jars in the lib folder of the project:
* install “rocketX-studio-plugin.jar” by android studio setting->plugins->install plugin from disk
* Create a new folder Plugin in the root directory of the project, and put rocketx.jar into it,add the following code to build.gradle in the root directory : `classpath fileTree(dir: './Plugin', include: ['*.jar'])`

###### Use to tap the little rocket to the Spitfire icon,select Assemble${flavor}${buildType} task , Click the original run button of the compiler to compile(The advantage of specifying a task is that there are multiple apply plugin: 'com.android.application' ,only the currently specified application module will be compiled ) :
###### Use to tap the little rocket to the Spitfire icon,, Click the original run button of the compiler to compile :
![assembleDebug](https://github.com/trycatchx/RocketXPlugin/blob/master/IMG/assembleDebug.jpeg)

###### If you have multiple app modules, you can also choose Assemble${flavor}${buildType} task to run


## Problem:
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,11 @@ buildscript {
* rocketX-studio-plugin.jar 通过 android studio setting->plugins->install plugin from disk 进行安装
* rocketx.jar 通过在项目工程根目录新建文件夹Plugin,置放进去 Plugin文件夹,在根目录的build.gradle 写入 classpath fileTree(dir: './Plugin', include: ['*.jar'])

###### 使用点击小火箭至喷火icon (enable 状态),选择 Assemble${flavor}${buildType} task , 点击编译器原有的 run 按钮进行编译(指定 task 好处是项目中存在多个 apply plugin: 'com.android.application' ,也只会编译当前指定的 application module ) :
###### 使用点击小火箭至喷火icon (enable 状态),点击编译器 run 按钮 :
![assembleDebug](https://github.com/trycatchx/RocketXPlugin/blob/master/IMG/assembleDebug.jpeg)

###### 如果你有多个 app module 也可选择 Assemble${flavor}${buildType} task 进行 run


## 配置(可选)
* openLog :打开 log
Expand Down
Binary file renamed libs/rocketx-1.0.6.jar → libs/rockect-1.0.8.jar
Binary file not shown.

0 comments on commit 649580f

Please sign in to comment.