android netty jar,Proguard and Netty 5 on Android

I've seen a couple questions regarding this issue, but they are for older versions of Netty.

I have tried their answers, switching org.jboss.netty out with io.netty, but the same error occurs.

I'm trying to compile an Android app that uses Netty 5.0.0Alpha2 (build #16) with Proguard enabled.

Without Proguard, the app runs fine.

As soon as I enable Proguard, I get this exception when it tries to use Netty:

java.lang.IllegalStateException: unknown type parameter 'I': class io.netty.channel.SimpleChannelInboundHandler

at io.netty.util.internal.TypeParameterMatcher.find0(Unknown Source)

at io.netty.util.internal.TypeParameterMatcher.find(Unknown Source)

at io.netty.channel.SimpleChannelInboundHandler.(Unknown Source)

at io.netty.channel.SimpleChannelInboundHandler.(Unknown Source)

...

This is my Proguard config:

# billing

-keep class com.android.vending.billing.**

# butterknife

-dontwarn butterknife.internal.**

-keep class **$$ViewInjector {

*;

}

-keepnames class * {

@butterknife.InjectView *;

}

# admob

-keep public class com.google.android.gms.ads.** {

public *;

}

-keep public class com.google.ads.** {

public *;

}

# logging

-assumenosideeffects class android.util.Log

# netty (partial)

-dontwarn io.netty.**

-dontwarn sun.**

I have tested it without the -dontwarn options to see if the warnings would point me in the right direction, but it's all missing optional dependencies like slf4j and Tomcat.

I have also tried excluding all the Netty classes like so:

-keep class io.netty.** {

*;

}

...but that does not appear to fix it either.

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值