A utility for managing your MultiDex enabled projects. Ever got java.lang.NoClassDefFoundError while using MultiDex features. This happens due to the reason that the classes needed for starting your app not ends up in your Primary Dex. The ones your app uses on startup time needs to be in the first one. If it’s not – you get that error.
So for having your classes you need for starting up you create a multidex.keep file in your project’s root directory. After creating this file, you add the class names as shown following and the your app finally launches well.
orp/ardnahcimor/ultidex_sample/TestNoClass orp/ardnahcimor/ultidex_sample/MyClass
Dexter helps in following to major things:
For validation, Dexter consist of a gradle plugin which gives you an insight to the list of classes going in your multiple dex files. Configuration is very simple:
In your project level build.gradle:
$ claude mcp add Dexter \
-- python -m otcore.mcp_server <graph>