can anyone tell me if multi dex supports in android 2.3?
I searched, but I can not find information for this. My project has the same configuration as this one: https://github.com/mustafa01ali/MultiDexTest
The project is built without problems, but the latest apk cannot be installed on devices with 2.3 or lower.
When I install, I get an error
Failure [INSTALL_FAILED_DEXOPT]
in Android Studio, and this is displayed in logcat:
E/dalvikvm﹕ LinearAlloc exceeded capacity (5242880), last=1384 W/installd﹕ DexInv: --- END '/data/app/xxx.apk' --- status=0x000b, process failed E/installd﹕ dexopt failed on '/data/dalvik-cache/ data@app @ xxx.apk@classes.dex ' res = 11
Zasuk source share