Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
minor
  • Loading branch information
Eccenux committed Jul 8, 2013
1 parent 2f86c72 commit 06b05fc
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions src/android/README.md
Expand Up @@ -59,16 +59,20 @@ The process may vary depending on version of Zxing project, but base steps shoul
[Plugman](https://github.com/apache/cordova-plugman) is a Node.js tool used by PG Build.

Workflow for creating and building example project with the plugin:

1. Create and build example project:
```
cordova create hello com.example.hello "Hello World"
cd hello
cordova platform add android
cordova build
```
```
cordova create hello com.example.hello "Hello World"
cd hello
cordova platform add android
cordova build
```

2. Copy plugin files to "hello\plugins\barcodescanner\".

3. Install the plugin (current dir. being "hello"):
plugman --plugins_dir plugins --plugin barcodescanner --platform android --project platforms\android
```
plugman --plugins_dir plugins --plugin barcodescanner --platform android --project platforms\android
```

4. Build & deploy Android project with whatever Android IDE (or ANT + ADK tools).

0 comments on commit 06b05fc

Please sign in to comment.