java.lang.NoSuchMethodError: No virtual method clear()Ljava/nio/ByteBuffer; in class Ljava/nio/ByteBuffer; or its super classes (declaration of ‘java.nio.ByteBuffer’ appears in /Users/duchien/.moe/moe-sdk-1.8.2/sdk/moe-core.dex)
at h.n.d.gtc.client.app.network.io.netty.buffer.PooledHeapByteBuf.setBytes(PooledHeapByteBuf.java:261)
at h.n.d.gtc.client.app.network.io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1094)
at h.n.d.gtc.client.app.network.io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:367)
at h.n.d.gtc.client.app.network.io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:123)
at h.n.d.gtc.client.app.network.io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:644)
at h.n.d.gtc.client.app.network.io.netty.channel.nio.NioEventLoop.processSelectedKeysPlain(NioEventLoop.java:544)
at h.n.d.gtc.client.app.network.io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:498)
at h.n.d.gtc.client.app.network.io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:458)
at h.n.d.gtc.client.app.network.io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
at h.n.d.gtc.client.app.network.io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)
at java.lang.Thread.run(Thread.java:818)
i use open source netty-all-4.1.54.Final on github https://github.com/netty/netty/tree/netty-4.1.54.Final