Android netty客户端入门

新建项目,加入netty库

    implementation 'io.netty:netty-all:4.1.36.Final'
原文地址:https://www.cnblogs.com/noigel/p/11748460.html