Question

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!

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top