dlazaro66 / QRCodeReaderView

Modification of ZXING Barcode Scanner project for easy Android QR-Code detection and AR purposes
1.9k stars 491 forks source link

AppCompat #25

Closed andras-gerendas closed 8 years ago

andras-gerendas commented 9 years ago

This library is incompatible with the AppCompat theme (and android-support library) because it has a styles.xml which redefines the support library's theme. (Theme.Light and Holo later) You are strongly discouraged to use a styles.xml in a library project because of this.

overvenus commented 9 years ago

In android studio, add dependency to build.gradle

repositories {
    mavenCentral()
}
dependencies {
    compile 'com.dlazaro66.qrcodereaderview:qrcodereaderview:1.0.0'
}

In Eclipse, I put two .jar files to libs solu

carlosnavas91 commented 9 years ago

when I compile it throws the error message about the java returning with non-zero result