Allen Joke
Allen Joke
 貌似是emoji2这个包的相关类被移除了
@maoabc 好的,感谢解惑,目前我直接将 androidx 等库exclude掉了,可以正常运行了🙇
还能卷卷,但没之前行情那么好了,要么成为领域专家,要么转行考公考研
@sontrang91 You can change the `MySurfaceView` background by the normal way like: ```kotlin setZOrderOnTop(true); setFocusable(true); mSurfaceHolder.setFormat(PixelFormat.TRANSLUCENT); ``` And, you just set your parent view's background to `Color.WHITE`, then maybe your...
> 能不能做到垃圾代码之间链式调用,比如A调用B,B调用C,C调用D,以此类推下去 可以做到,但一旦加了调用可能会影响实际业务代码的执行时间,特别是在频繁调用的场景下,是有什么具体场景吗
> 可以借鉴下android-junk-code这个库看看,这个库结合第三方混淆使用不会报错 这个库只能生成java代码,并不会处理字节码,所以不会冲突,此外,该库也不支持生成方法的链式调用吧
> 支持原始代码的 function wrapper 和 Indirect Branching 吗? 暂时不支持,后续计划加入
@ramanveerji Just follow the [Quick start section](https://github.com/Moosphan/app-code-obfuscation/blob/main/README_en.md#quick-start), only two steps you need to follow. Or you can see the sample project for reference.
@ramanveerji In your `app/build.gradle` file.