What is the option for apktool to extract the dex file without backsmalling the dex file.
I found the answer myself,
the option seems to be -s
When you are using apkstudio, you can choose to decompile or not, if you choose not to decompile, the command line would add the -s option
That is:
apktool d -s yourapk.apk -o yourfolder