Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AppCompat #25

Closed
andras-gerendas opened this issue Jul 10, 2015 · 2 comments
Closed

AppCompat #25

andras-gerendas opened this issue Jul 10, 2015 · 2 comments
Assignees

Comments

@andras-gerendas
Copy link

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
Copy link

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants