Android Studio (0.3.2) and ZXing

后端 未结 1 891
盖世英雄少女心
盖世英雄少女心 2021-01-16 11:31

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

相关标签:
1条回答
  • 2021-01-16 11:47

    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.

    0 讨论(0)
提交回复
热议问题