Valak19
Lurker
I am devloping an Android application in Eclipse which can scan Bar codes and QR codes.
I unzipped the google-play-services-vision aar file, renamed the classes.jar and added it to my project libs folder. The project code compiled but I got runtime errors saying NoClassDefFoundError. I think there is a mistake in linking.
I looked for ZXing. But for Zxing to work, the BarcodeScanner App has to be installed in the phone which I don't want. I want to scan the code in my app itself. So, I have to use Google Play Services Vision API.
So, can anybody send the correct jar file or tell me how to modify the properties of project to use the classes.jar?
I unzipped the google-play-services-vision aar file, renamed the classes.jar and added it to my project libs folder. The project code compiled but I got runtime errors saying NoClassDefFoundError. I think there is a mistake in linking.
I looked for ZXing. But for Zxing to work, the BarcodeScanner App has to be installed in the phone which I don't want. I want to scan the code in my app itself. So, I have to use Google Play Services Vision API.
So, can anybody send the correct jar file or tell me how to modify the properties of project to use the classes.jar?