Browse Source

s/asembleDebug/assembleDebug (#4816)

Nicolas Charpentier 6 years ago
parent
commit
b054fca31d
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      docs/docs/Installing.md

+ 1
- 1
docs/docs/Installing.md View File

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": {