{
relativePath= relativePath.substring(1);
}
Log.debug("DExing:" + relativePath);
CfOptions options= new CfOptions();
options.strictNameCheck= false;
ClassDefItem item= CfTranslator.translate(relativePath, classFile.getDataAsBytes(), options);
DexFile dexFile= new DexFile();
dexFile.add(item);
try