Skip to content

Commit

Permalink
chore: updated developing doc for android build [ Android √ ]
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanneff committed Nov 15, 2016
1 parent 5ac2072 commit c135901
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions DEVELOPING.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,19 @@ gulp prerelease;
```sh
cd testbed;
npm install -g cordova;

cordova platform remove ios;
cordova platform remove android;
cordova platform remove browser;

cordova plugin remove io.branch.sdk;
cordova plugin add ../ --variable BRANCH_KEY=key_live_icCccJIpd7GlYY5oOmoEtpafuDiuyXhT --variable URI_SCHEME=enefftest;

cordova platform add ios;
cordova platform add android;

cordova build ios;
cordova build android;
```

> Validate all features on both `iOS` and `Android` on `device` only (no `simulator` or `TestFlight`)
Expand All @@ -86,6 +92,7 @@ open -a Xcode platforms/ios/Branch\ Testing.xcworkspace;
```
```sh
cordova run android;
chrome://inspect/#devices
```

> Test harnesses `TODO`
Expand Down

0 comments on commit c135901

Please sign in to comment.