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

Commit

Permalink
Compiled jar
Browse files Browse the repository at this point in the history
  • Loading branch information
EddyVerbruggen committed Jul 26, 2014
1 parent 332f12f commit c93d756
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/android/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ The process may vary depending on version of Zxing project, but base steps shoul
3. Add FakeR initialization in each class it was added (note that if some classes extend other then you might want to add a protected fakeR variable to their parent - see e.g. ResultHandler class and it's children).
4. Comment out ```(<string name="app_name">[^<>]+</string>)``` from strings.xml (to avoid replacing original application name).
4. Build LibraryProject, rename and copy it.
1. To build from the command prompt, cd to the src dir and use: jar cf com.google.zxing.client.android.captureactivity.jar com
1. To build from the command prompt, cd to the src dir, compile it and use: jar cf com.google.zxing.client.android.captureactivity.jar com

## Building with plugman ##

Expand Down
Binary file modified src/android/com.google.zxing.client.android.captureactivity.jar
Binary file not shown.

0 comments on commit c93d756

Please sign in to comment.