Bytecode Writer

A gradle plugin that helps you fix the crash of webview in Android Lollipop.

License

License

GroupId

GroupId

cn.nikeo.reparatur
ArtifactId

ArtifactId

bytecode-writer
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

pom.sha512
Description

Description

Bytecode Writer
A gradle plugin that helps you fix the crash of webview in Android Lollipop.
Project URL

Project URL

https://github.com/nikeorever/reparatur
Source Code Management

Source Code Management

https://github.com/nikeorever/reparatur

Download bytecode-writer

Dependencies

compile (1)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.4.10

runtime (1)

Group / Artifact Type Version
org.ow2.asm : asm jar 7.0

Project Modules

There are no modules declared in this project.

reparatur

Maven Central

A plugin that helps you fix the crash of webview in Android Lollipop(API 22).

Caused by: android.content.res.Resources$NotFoundException: String resource ID #0x2040003

Support Incremental Builds

Download

Error:

Due to the configuration problem of the gradle plugin, please do not use version 1.0.0.

Top-level build file

buildscript {
    repositories {
        mavenCentral()
    }

    dependencies {
        classpath "cn.nikeo.reparatur:gradle-plugin:1.1.0"
    }
}

App-module build file

apply plugin: 'com.android.application'
apply plugin: "cn.nikeo.reparatur"

crashWebViews {
    qualifiedNames = ["cn.nikeo.reparaturapplication.CustomWebView"]
}

License

Apache License, Version 2.0, (LICENSE or https://www.apache.org/licenses/LICENSE-2.0)

Versions

Version
1.1.0
1.0.0