From 4f65383d8b18f222c8a232dd3f2717488b1a9b35 Mon Sep 17 00:00:00 2001 From: SiriUser2 Date: Tue, 30 Oct 2018 18:55:51 +0700 Subject: [PATCH] add readme about android test --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0523a9b..6397ab6 100644 --- a/README.md +++ b/README.md @@ -8,3 +8,6 @@ Fingerprint authentication and PIN lock using Ionic Framework * Clone this repository: `git clone https://github.com/viithiisys/fingerprint-pin-lock-ionic.git`. * Run `npm install` from the project root. * Run `ionic serve` in a terminal from the project root. + +* Run `ionic cordova platform add android` for add android platform +* Run `ionic cordova run android` for build and test on android device