Giter Site home page Giter Site logo

Comments (3)

ceabie avatar ceabie commented on August 25, 2024

配置发来看看,可能是配置不对

from dexknifeplugin.

johnx4 avatar johnx4 commented on August 25, 2024

-filter-suggest
-dex-param --set-max-idx-number=50000 ///该参数完全不起作用
-keep 某些类,方法数较多
-keep **.MainActivity.class
.activity.

大致上是这样 maindexlist里面多了很多类 原来只有4000多个(虽然两边结果都是超出了maindex的上限)
我想这样实现,在原来4000多个类的基础上再加上自己的规则进行精简 请问目前该插件是否支持这样的功能?

from dexknifeplugin.

ceabie avatar ceabie commented on August 25, 2024

--main-dex-list 的优先级要高于 --set-max-idx-number。如果你的配置导致生成的maindexlist高于一个dex的容量,-max-idx-number是没效果的

你的配置中除了*.activity.*相关类会被排除,其他剩下的全部都会在maindexlist中,你要另外指定。
建议使用suggest-split(>= 1.5.9的插件),对ADT的建议类进行再过滤

from dexknifeplugin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.