Android Obfuscation code related issues summary

Source: Internet
Author: User

Android Obfuscation Code Problem summary
Android Obfuscation Code:

The quickest way:

1. First update the Android SDK to the latest version, re-establish 1 projects, the source and resources and other files copied into the new project.

2. There is a file under the project directory called Proguard.cfg, modify the default.properties content. In which add proguard.config=proguard.cfg this line.

3. Project->clean the project and recompile. Right-click on the project, Android Tools--Export signed application package.

Note The main points:

After confusing the package will be smaller than the bag before the confusion, be sure to pay attention to this.

If the confusion is unsuccessful, in the 2nd step, change the proguard.config=proguard.cfg to proguard.config=e:\mobile_develop\google_android\ Publicgoldenbeach_new \proguard.cfg This similar use absolute path, note that the absolute path of the folder name cannot contain spaces, if there is a space, replace with "_".

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.