GithubHelp home page GithubHelp logo

Comments (5)

seiginonakama avatar seiginonakama commented on August 10, 2024

@dadakkk can you tell me your BlockCanaryExPlugin version ? this problem should be fixed in com.letv.sarrsdesktop:BlockCanaryExPlugin:0.9.9.2

from blockcanaryex.

teffy avatar teffy commented on August 10, 2024

配了
block {
debugEnabled true //enable MethodSampler when debug mode, default true
releaseEnabled false //enable MethodSampler when release mode, default false
excludePackages = [] //exclude the package you don't want to inject MethodSampler, eg: ['com.android', 'android.support']
excludeClasses = [] //exclude the class you don't want to inject MethodSampler
includePackages = [] //only include the package you want to inject MethodSampler, packages which don't included will not be injected

  scope {
      project true //inject MethodSampler for app project, default true
      projectLocalDep false //inject MethodSampler for app libs(eg: .jar), default false
      subProject true //inject MethodSampler for subProject of app project, default true
      subProjectLocalDep false //inject MethodSampler for subProject libs, default false
      externalLibraries false //inject MethodSampler external libs, default false
  }

}

transformClassesWithBlockCanaryExForDebug'.

javassist.CannotCompileException: cannot find com.sun.msv.datatype.xsd.XSDatatype

没配之前可以编译通过

project gradle
classpath 'com.letv.sarrsdesktop:BlockCanaryExPlugin:0.9.9.2'
module gradle:
apply plugin: 'blockcanaryex'
compile 'com.letv.sarrsdesktop:BlockCanaryExJRT:0.9.9.1'

from blockcanaryex.

seiginonakama avatar seiginonakama commented on August 10, 2024

from blockcanaryex.

AlexTereschuk avatar AlexTereschuk commented on August 10, 2024

Hi!
I have a similar problem:

Error:Execution failed for task ':MyDemoApp:transformClassesWithBlockCanaryExForDebug'.
> javassist.NotFoundException: retrofit.client.Request

Use
project gradle
classpath 'com.letv.sarrsdesktop:BlockCanaryExPlugin:0.9.9.2'
module gradle:

apply plugin: 'blockcanaryex'
compile 'com.letv.sarrsdesktop:BlockCanaryExJRT:0.9.9.1'

from blockcanaryex.

seiginonakama avatar seiginonakama commented on August 10, 2024

issue fixed at 0.9.9.5

buildscript {
    repositories {
        jcenter()
    }
    dependencies {
        classpath 'com.android.tools.build:gradle:1.5.0' //version must >= 1.5.0
        classpath 'com.letv.sarrsdesktop:BlockCanaryExPlugin:0.9.9.4'
    }
}

from blockcanaryex.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.