final String configuration = this.getConfigurationContents();
if (configuration != null)
{
andromdapp.addConfiguration(this.getConfigurationContents());
}
andromdapp.clean();
}
catch (final NoClassDefFoundError ncdfe)
{
ClassLoader cl = this.getClass().getClassLoader();
// Its a RealmClassLoader but its a private class and so cant reference grrr !!!