Giter Site home page Giter Site logo

Comments (2)

jamie-beardedhen avatar jamie-beardedhen commented on May 22, 2024

This should be fixed now, equivalent code was already in the try block so I've simply removed those 3 lines.

from android-bootstrap.

marcbiaggini avatar marcbiaggini commented on May 22, 2024

Fix it !
Since December 3rd, 2014, build tools 1.0.0-rc1 was released. Now, all you need to do is override this:

  1. Modify your build.gradle like so:

android {
compileSdkVersion 22
buildToolsVersion "23.0.0"

     defaultConfig {
         minSdkVersion 14 //lower than 14 doesn't support multidex
         targetSdkVersion 22

         // Enabling multidex support.
         multiDexEnabled true
     }

}

dependencies {
compile 'com.android.support:multidex:1.0.1'
}

  1. Also you must change your manifest file.
    <application
    ...
    android:name="android.support.multidex.MultiDexApplication">
    ...

Sources
https://developer.android.com/tools/building/multidex.html
http://blog.osom.info/2014/10/multi-dex-to-rescue-from-infamous-65536.html

from android-bootstrap.

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.