Searched defs:MultiDex (Results 1 - 1 of 1) sorted by relevance

/frameworks/multidex/library/src/androidx/multidex/
H A DMultiDex.java44 * MultiDex patches {@link Context#getClassLoader() the application context class
55 public final class MultiDex { class
57 static final String TAG = "MultiDex";
80 private MultiDex() {} method in class:MultiDex
95 Log.i(TAG, "VM has multidex support, MultiDex support library is disabled.");
100 throw new RuntimeException("MultiDex installation failed. SDK " + Build.VERSION.SDK_INT
108 + " MultiDex support library is disabled.");
120 Log.e(TAG, "MultiDex installation failure", e);
121 throw new RuntimeException("MultiDex installation failed (" + e.getMessage() + ").");
142 Log.i(TAG, "VM has multidex support, MultiDex suppor
[all...]

Completed in 55 milliseconds