Code Monkey home page Code Monkey logo

Comments (7)

mikepenz avatar mikepenz commented on August 30, 2024

@OleksandrKucherenko is this issue still relevant.

If yes. Could you provide more information like IDE, BuildTools version? Thanks.

from android-iconify.

OleksandrKucherenko avatar OleksandrKucherenko commented on August 30, 2024

Android Studio, latest: 0.8.13, gradle plugin 0.13.+
I'm not sure that its related for 100% to iconify lib, it may be a fault of android build system itself.

dex options that I'm using right now and that solve the problem are:

    /* GIVE DEX MORE MEMORY */
    dexOptions {
        preDexLibraries false
        //incremental true
        javaMaxHeapSize "4g"
    }

before I use:

    /* GIVE DEX MORE MEMORY */
    dexOptions {
        //preDexLibraries false
        incremental true
        javaMaxHeapSize "4g"
    }

from android-iconify.

mikepenz avatar mikepenz commented on August 30, 2024

@OleksandrKucherenko perhaps it helps to update to the newest Android Studio version including the build tools 21.0.2 and the newer gradle?

from android-iconify.

OleksandrKucherenko avatar OleksandrKucherenko commented on August 30, 2024

Will try it a later today. Just figure out that 21.0.2 released

from android-iconify.

mikepenz avatar mikepenz commented on August 30, 2024

@OleksandrKucherenko yeah they released it because aapt had some issues on windows

from android-iconify.

JoanZapata avatar JoanZapata commented on August 30, 2024

@OleksandrKucherenko Did you get the bug back after upgrading?

from android-iconify.

JoanZapata avatar JoanZapata commented on August 30, 2024

Closing for now, please reopen if the issue can be reproduced with latest build tools.

from android-iconify.

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.