I cannot get ZXing to work in Android Studio. I have generated the core.jar file using Ant, and the same jar worked fine using Eclipse. Now I must get it working in Android
If you add the compile files('libs/core.jar') to build.gradle, the only other thing you should need to do is click the Sync Project with Gradle Files button in the toolbar.