RocooFix icon indicating copy to clipboard operation
RocooFix copied to clipboard

another hotfix framework

Results 50 RocooFix issues
Sort by recently updated
recently updated
newest added

Error:Could not get unknown property 'processManifest' for VariantOutput container of type org.gradle.api.internal.FactoryNamedDomainObjectContainer. @dodola

java.lang.UnsatisfiedLinkError: JNI_ERR returned from JNI_OnLoad in "/data/app/com.lionmobi.mainproject-2/lib/arm/liblegend.so"

如题 原来设定 -Xmx1024M, 出现 heap size 不足的情况, 设置执行参数 -Xmx4096M,然后出现了如下错误: ``` gradle ... FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':app:transformClassesWithDexForDDebugDebug'. > com.android.build.api.transform.TransformException: java.lang.RuntimeException:...

Execution failed for task ':exmgl:applyRocooDebugPatch'. > Process 'command 'D:\studiosdk\build-tools\25.0.0\dx.bat'' finished with non-zero exit value 3

如题所述。 虽然一般来说不会对android support进行修复,但是由于scanref选项的存在,还是有把android support下的类打包到patch里去的可能性的。不知android support不插桩的话,会不会产生问题?

什么时候支持混淆关闭啊?

applicationVariants.all { variant -> variant.dex.dependsOn

Gradle sync failed: Could not find com.dodola:rocoofix:1.2.6’. Searched in the following locations: file:/Applications/Android Studio.app/Contents/gradle/m2repository/com/dodola/rocoofix/1.2.6’/rocoofix-1.2.6’.pom file:/Applications/Android Studio.app/Contents/gradle/m2repository/com/dodola/rocoofix/1.2.6’/rocoofix-1.2.6’.jar https://jcenter.bintray.com/com/dodola/rocoofix/1.2.6’/rocoofix-1.2.6’.pom https://jcenter.bintray.com/com/dodola/rocoofix/1.2.6’/rocoofix-1.2.6’.jar Required by: :QuCai:unspecified Consult IDE log for more details (Help | Show...

@dodola 看了你的最新代码,把rocoo_fix { // preVersionPath = '1'//注意:此项属性只在需要制作补丁的时候才需开启!!如果不需要制作补丁则需要去掉此项 enable = true } 这段都删了。 现在使用最新代码运行,rocoofix文件夹都生成不了,更不用说jar包了。