"Android Andfix-based thermal remediation solutions" in combat

Source: Internet
Author: User

There is an article that is relatively concise, we can refer to the following: Andfix instructions for use

Let's talk about the problems in actual use.

1: How to inherit into the Gradle project
Dependencies {    ' com.alipay.euler:andfix:[email protected] '}

As of 2016-5-3, this type of citation is no longer armeabi-v7 the introduction of so library, we want to add it manually

Address: https://github.com/alibaba/AndFix/blob/master/libs/armeabi-v7a/libandfix.so

2: Code obfuscation

Add the following statement to the app's Proguard-rules.pro

#andfix-keep class com.alipay.euler.andfix.** {*;} -keep class * Extends Java.lang.annotation.annotation-keepclasseswithmembernames class * {    <  Methods>;}
3: Where to call the hot fix method

The sooner the better, I am in the application OnCreate function inside.

4: The same function fixed twice

After the download is successful, clean up the old patch before patching

Mpatchmanager.removeallpatch ();

The other thought of adding

"Android Andfix-based thermal remediation solutions" in combat

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.