I make an apk with odex on Android 4.0. And try to install it to emulator.
adb shell install test.apk
Get error message is Failure Failure [INSTALL_FAILED_DEXOPT]. Also try to push apk and odex file to /system/app, it not works. How to install this apk?