kenglxn / QRGen

a simple QRCode generation api for java built on top ZXING
http://glxn.net/2012/03/10/qrgen-a-small-wrapper-on-top-of-zxing-for-generating-qrcodes-in-java
1.49k stars 299 forks source link

cannot access VCard class file for net.glxn.qrgen.core.scheme.VCard not found #74

Closed solokingjec closed 8 years ago

solokingjec commented 8 years ago

git clone git://github.com/kenglxn/QRGen.git cd QRGen/ mvn clean install

I built the library using these commands and am now getting this errors cannot access VCard class file for net.glxn.qrgen.core.scheme.VCard not found when building the project on android studio.