Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time

Pharmacode support

How to download or build own lib and android app with Pharmacode support

You should remove the original Barcode Scanner before install this

Download only

android-4.7.7.apk

Build own

Clone this repo

Checkout to pharma branch

git checkout pharma

Install Android SDK or build tools only.

Install Android API 22

${ANDROID_HOME}/tools/bin/sdkmanager "platforms;android-22"

Build with maven

mvn install \
        -Drat.numUnapprovedLicenses=100 \
        -Dcheckstyle.skip \
        -DskipTests