문제

So I'm trying to import an existing app into my eclipse and I'm pretty sure i'm missing an important library. The app I'm trying to import is using a QR scanner and I can't find which QR scanner library to add to make it work. enter image description here

I'm only getting errors on activites that has anything to do with QR scanner. Do you have any idea which QR lib am I missing? Or is a problem elsewhere?

Additional info: I searched the whole project folder to find any kind of jar files while importing and I found a folder called "dexedLibs" which contains a bunch of libs and one of them is called portraitqr-240085fd1164d9856f284087ee573e6d, I tried adding it to build path but nothing happened. Thank you for any kind of help!

도움이 되었습니까?

해결책

GrepCode.com is an excellent resource for this sort of problem: http://grepcode.com/search/?query=CaptureActivity

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top