JoseIgnacioRetamalThomsen / FinalYearProject

Microservices application.
0 stars 0 forks source link

multiDexEnabled #51

Open MakarenkoElena91 opened 4 years ago

MakarenkoElena91 commented 4 years ago

Error message: The number of method references in a .dex file cannot exceed 64K. Solution: Adding the following code to app/build.grade

android {
    defaultConfig {
       multiDexEnabled true
    }
}

ref: https://github.com/Pradyuman7/TrackEyes/issues/3