diff --git a/IMG/assembleDebug.jpeg b/IMG/assembleDebug.jpeg index f098ed1..915037d 100644 Binary files a/IMG/assembleDebug.jpeg and b/IMG/assembleDebug.jpeg differ diff --git a/README-EN.md b/README-EN.md index e0172f3..f58f661 100644 --- a/README-EN.md +++ b/README-EN.md @@ -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: diff --git a/README.md b/README.md index 713a4ea..ab6695a 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/libs/rocketx-1.0.6.jar b/libs/rockect-1.0.8.jar similarity index 75% rename from libs/rocketx-1.0.6.jar rename to libs/rockect-1.0.8.jar index 77f640d..9540a6e 100644 Binary files a/libs/rocketx-1.0.6.jar and b/libs/rockect-1.0.8.jar differ