最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

Android project with ActiveMQ built by Proguard, throw Exception: could not find class for resource - Stack Overflow

programmeradmin1浏览0评论

When I use the third-party library ActiveMQ in an Android project, after packaging it with proguard, an error occurs during running:

Caused by: java.io.IOException: Could not find factory class for resource: META-INF/services//apache/activemq/transport/failover

When I use jadx to decompile I find that the project built with ProGuard does not have the resources/META-INF/services directory, but the project built without ProGuard does have the resources/META-INF/services directory.

How can I keep the resources/META-INF/services directory?

与本文相关的文章

发布评论

评论列表(0)

  1. 暂无评论