Android Application Programming
Tips & Tricks
Tuesday, March 28, 2017
ERROR - The number of method references in a .dex file cannot exceed 64K.
In build.gradle ,
defaultConfig{
multiDexEnabled true
dependency
configurations
{
compile.exclude group: "org.apache.httpcomponents", module: "httpclient"
}
}
No comments:
Post a Comment
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment