java - Error:The number of method references in a .dex file cannot exceed 64K & Error:Execution failed for task ':app:transformClassesWithDexForDebug'? -
i runnig app in android studio emulaor nexux 5 api 24 still below error after spending time n google came conclusion if running on device verion prior 5.0 , api 21 need set multidex if running app more 5.0 , api 21 in case not required set multidex.
i not able understand cause of error below. in advance
error:the number of method references in .dex file cannot exceed 64k. learn how resolve issue @ https://developer.android.com/tools/building/multidex.html error:execution failed task ':app:transformclasseswithdexfordebug'.
com.android.build.api.transform.transformexception: com.android.ide.common.process.processexception: java.util.concurrent.executionexception: java.lang.unsupportedoperationexception
Comments
Post a Comment