Anolefix

Another hotfix 另一个热修复方案 Alpha,来自InstantRun 和 Robust 类似

AnoleFix

Another hotfix
InstantRunAlpha


Feature

  1. ()
  2. ARTDalvikVM4.0-7.0hotfixartquick
  3. RocooFix

Known issue


Use

Gralde

buildscript {
    repositories {
        jcenter()
        maven{
            url 'https://dl.bintray.com/dodola/maven'
        }

    }
    dependencies {
        classpath 'dodola.anole.plugin:gradle_plugin:1.0.1'
    }
}

//appgradle
apply plugin:'dodola.anole.plugin'

rocoo_fix {//rocoo_fixpreVersionPath
    preVersionPath = '1'
}

  Anole.applyPatch(context, patch_path);

Porguard

-keep class dodola.anole.runtime.** { *; }
-keep class dodola.anole.lib.** { *; }