We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee1c22d commit 957f2dcCopy full SHA for 957f2dc
Android/BarcodeScanner/README.md
@@ -8,11 +8,10 @@ If the user doesn't have the app install they will be promped to install it the
8
1. To install the plugin, move barcodescanner.js to your project's www folder and include a reference to it
9
in your html files.
10
2. Create a folder called 'src/com/beetight/barcodescanner' within your project's src/com/ folder.
11
+3. And copy the java file into that new folder.
12
13
`mkdir <your_project>/src/com/beetight/barcodescanner`
14
-3. And copy the java file into that new folder.
15
-
16
`cp ./BarcodeScanner.java <your_project>/src/com/beetight/barcodescanner`
17
18
## Using the plugin ##
0 commit comments