Closed andras-gerendas closed 8 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
when I compile it throws the error message about the java returning with non-zero result
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.