Recently I'm looking at the Android Development Document.In this document,it says the project's .class files will be converted into .dex file and "Any 3rd party libraries and .class files" will be also converted into .dex files.
Here it use " .dex files". Does it mean that the project's .class files will be converted into .dex file and the 3rd party libraries and .class files will be converted into another .dex file? Or they are converted into the same dex file?
From this url, I got this infomation:
By default, Dalvik limits apps to a single classes.dex bytecode file per APK.