浏览代码

s/asembleDebug/assembleDebug (#4816)

Nicolas Charpentier 6 年前
父节点
当前提交
b054fca31d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      docs/docs/Installing.md

+ 1
- 1
docs/docs/Installing.md 查看文件

268
 
268
 
269
 #### 7.1 Build app with gradle command 
269
 #### 7.1 Build app with gradle command 
270
 
270
 
271
-**prefered solution** The RNN flavor you would like to build is specified in `app/build.gradle`. Therefore in order to compile only that flavor, instead of building your entire project using `./gradlew assembleDebug`, you should instruct gradle to build the app module: `./gradlew app:asembleDebug`. The easiest way is to add a package.json command to build and install your debug Android APK .
271
+**prefered solution** The RNN flavor you would like to build is specified in `app/build.gradle`. Therefore in order to compile only that flavor, instead of building your entire project using `./gradlew assembleDebug`, you should instruct gradle to build the app module: `./gradlew app:assembleDebug`. The easiest way is to add a package.json command to build and install your debug Android APK .
272
 
272
 
273
 ```
273
 ```
274
 "scripts": {
274
 "scripts": {