Android Studio--Automatically delete unused resources, give apk minus weight loss

Source: Internet
Author: User

Sometimes we add some resources, tablets and some useless code, and when we add a third-party library we only need to use some of the features and some of the resources, then this time if we manually to be afraid of very difficult to do, especially when the project is big, the Android team engineer Tor Norbye , on November 1, 2014 Google + released, said the Android Gradle plugin support to remove some unused resources, the configuration method is as follows:

android {   buildTypes {        release {            true            true        }    }}?

For picture resources and XML resources, I have a way of doing it myself, using the [Find usages] Feature:

//我们先选中一个资源,然后点击右键,选择[Find usages]

If there is a reference to the place, this time you will see

If there is no reference, this time you will see the following tips in the lower left corner:

Shortcut keys

Operation Mac Windows/linux
Find references Option + F7 Alt + F7

Interested children's shoes can follow my blog, my column will continue to update the Android Studio tutorial, as well as I/O assembly on the NDK configuration and compilation, I will also share to everyone.
And I received an invitation from CSND's instructor, and later I will record the use of these Android studio videos into a video published at Csdn College.

/** * -------------- * 欢迎转载   |  转载请注明 * -------------- * 如果对你有帮助,请点击|顶| * -------------- * 请保持谦逊 | 你会走的更远 * -------------- * @author zsl * @github https://github.com/yy1300326388 * @blog http://blog.csdn.net/yy1300326388 */

Android Studio--Automatically delete unused resources, give apk minus weight loss

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.