Giter VIP home page Giter VIP logo

Comments (3)

qq549631030 avatar qq549631030 commented on August 19, 2024

根目录下的gradle.properties里加大最大内存就好
org.gradle.jvmargs=-Xmx4096m -XX:MaxPermSize=4096m

from androidjunkcode.

zenglihao avatar zenglihao commented on August 19, 2024

根目录下的gradle.properties里加大最大内存就好 org.gradle.jvmargs=-Xmx4096m -XX:MaxPermSize=4096m

好的谢谢,想问下 理论上 市场避免扫描到重复马甲包 主要是 packageCount activityCountPerPackage otherCountPerPackage 这三个参数对吗,理论上这三个参数 有没有上限,我现在还不太清楚怎么设置好,A包设置packageCount 35 activityCountPerPackage 130 那B包为了避免与C包扫描到重复的话 ,B包大概设置多少,我被市场扫描到了一次了😭 谢谢大佬

from androidjunkcode.

qq549631030 avatar qq549631030 commented on August 19, 2024

你可以先用methodCount这个插件看下你主包大概多少方法,然后马甲差不多是主包的 1.5倍,2倍,2.5倍这样子。每个马甲包的packageBase、resPrefix要不一样。生成的垃圾代码方法总数差不多是packageCount*(activityCountPerPackage+ otherCountPerPackage)* methodCountPerClass

from androidjunkcode.

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.