Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经设法将泽西岛移植到 Android ( jersey-android )
Jersey 需要某些配置文件存在于 META-INF/services 文件夹中。到目前为止,我正在手动将服务文件夹复制到生成的 apk 的 META-INF 文件夹中。
有没有办法指示 Eclipse、ADT 或 ANT 将服务文件夹复制到 META-INF 文件夹中的 apk 中?