Can developers perform optimizations in apk creation using dx tool?

81 Views Asked by At

dx tool is present in android build tools, and developers need not specifically invoke this tool during creation of .dex/.apk. Can a developer perform any further optimizations in the .dex/.apk creation process to optimize the output .dex/.apk file for better performance on device?

0

There are 0 best solutions below