twlk-jzy

Results 18 comments of twlk-jzy

> `com.chenenyu.router:router` 这个库目前最新版本是1.8.0 只有gradle plugin是1.8.1,非必要不要手动依赖router库,插件会自动依赖 ext{ routerVersion = '1.8.0' compilerVersion = '1.8.0' compilerLoggable = true } classpath 'com.android.tools.build:gradle:7.1.3' classpath "com.chenenyu.router:gradle-plugin:1.8.1" 这样使用了后还是出现了 Cannot invoke method appendNode() on null object

The prefix "android" for attribute "android:name" associated with an element type "meta-data" is not bound. 每个里面都加了 application节点后 出来这个。是每个application节点下都必须有 android:name 这个属性嘛

xmlns:android命名空间 都有的 但是没有package。这个现在都不需要加了嘛

The prefix "android" for attribute "android:name" associated with an element type "meta-data" is not bound. 还是报这个错误

Caused by: org.xml.sax.SAXParseException; lineNumber: 111; columnNumber: 84; The prefix "android" for attribute "android:name" associated with an element type "meta-data" is not bound.

The prefix "android" for attribute "android:name" associated with an element type "meta-data" is not bound. 还是出来这个哎。 用的是classpath "com.chenenyu.router:gradle-plugin:1.8.2"