Coder Social home page Coder Social logo

无法识别 路由咋回事 about router HOT 11 CLOSED

chenenyu avatar chenenyu commented on May 22, 2024
无法识别 路由咋回事

from router.

Comments (11)

chenenyu avatar chenenyu commented on May 22, 2024

是否忘记在build.gradle中传入注解处理器的参数? 可以参考下demo的配置

android {
    defaultConfig {
        ...
        javaCompileOptions {
            annotationProcessorOptions {
                arguments = ["moduleName": project.name]
            }
        }
    }
}

from router.

xiejinsorry avatar xiejinsorry commented on May 22, 2024

两个地方都加了 一个在 依赖的lib 一个在 app 里面加了 javaCompileOptions {
annotationProcessorOptions {
arguments = ["moduleName": project.name]
}
}

from router.

xiejinsorry avatar xiejinsorry commented on May 22, 2024

lib 名字叫 easeui 主工程module 名字就叫app
Router.initialize(new Configuration.Builder()
.setDebuggable(BuildConfig.DEBUG)
.registerModules("app", "easeui")
.build());

from router.

xiejinsorry avatar xiejinsorry commented on May 22, 2024

studio 是 3.0 没有使用butterknife或者lambda

from router.

xiejinsorry avatar xiejinsorry commented on May 22, 2024

折腾你这 个 sdk 一下午了 还是不行

from router.

chenenyu avatar chenenyu commented on May 22, 2024

支持任意版本,你可以跑一下demo看看,也可以加群,贴图解答

from router.

xiejinsorry avatar xiejinsorry commented on May 22, 2024

我这是什么情况?

from router.

chenenyu avatar chenenyu commented on May 22, 2024

编译过程和初始化过程都有log,我现在没法分析,可以加群贴上log看看

from router.

xiejinsorry avatar xiejinsorry commented on May 22, 2024

Can not find an Activity that matches the given uri: cartondetail 这是log

from router.

xiejinsorry avatar xiejinsorry commented on May 22, 2024

There is no InterceptorTable in module: app.
12-12 17:38:16.751 5689-5689/com.htgames.animesama I/Router: There is no InterceptorTable in module: easeui.

from router.

LiuC520 avatar LiuC520 commented on May 22, 2024

我知道啥问题了,我也遇到了同样的问题,你在settings.gradle中添加你的所有的module,include ':app', ':easeui';然后还要在app的build.gradle中compile compile project(':easeui'),然后应该就行了,我也是这个问题,解决了

from router.

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.