Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

why enable multidex android

Android applications by default have SingleDex support which limits your application to have only 65536 methods(references). So multidexEnabled = true simply means that now you can write more than 65536 methods(references) in your application.
 
PREVIOUS NEXT
Tagged: #enable #multidex #android
ADD COMMENT
Topic
Name
6+3 =