Skip to content

Commit 649580f

Browse files
feat:update readme
1 parent 235893c commit 649580f

4 files changed

Lines changed: 5 additions & 2 deletions

File tree

IMG/assembleDebug.jpeg

1.47 KB
Loading

README-EN.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,10 @@ Download two jars in the lib folder of the project:
4242
* install “rocketX-studio-plugin.jar” by android studio setting->plugins->install plugin from disk
4343
* 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'])`
4444

45-
###### 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 ) :
45+
###### Use to tap the little rocket to the Spitfire icon,, Click the original run button of the compiler to compile :
4646
![assembleDebug](https://github.com/trycatchx/RocketXPlugin/blob/master/IMG/assembleDebug.jpeg)
4747

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

4950

5051
## Problem:

README.md

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

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

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

4850
## 配置(可选)
4951
* openLog :打开 log

0 commit comments

Comments
 (0)