Home:ALL Converter>APK and Java Standard Library and SDK Platform

APK and Java Standard Library and SDK Platform

Ask Time:2016-12-09T14:02:03         Author:nangsan

Json Formatter

When I analyze an APK, I see classes.dex and it supposed to contain my Java code and it does, why it also contains Java standard Library (java.io.) and the SDK platform (android.app.) which I used to compile the project.

Can anybody explain why are they included?

Author:nangsan,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/41054039/apk-and-java-standard-library-and-sdk-platform
yy