Giter Club home page Giter Club logo

Comments (13)

hi-dhl avatar hi-dhl commented on May 29, 2024

收到,我处理一下

from binding.

hi-dhl avatar hi-dhl commented on May 29, 2024

1.1.6上修复了这个问题,将关闭issue,感谢你的反馈

from binding.

skyCracks avatar skyCracks commented on May 29, 2024

文档更新日志打成1.1.16版本了,1.1.6版本引入后缺失代码:
微信图片_20220816112425

from binding.

hi-dhl avatar hi-dhl commented on May 29, 2024

收到,新的gralde插件问题,我查一下

from binding.

hi-dhl avatar hi-dhl commented on May 29, 2024

已经修复,可以升级到新版本 1.1.8

from binding.

DQSecret avatar DQSecret commented on May 29, 2024

image

@hi-dhl 哈喽,1.1.8 提示了这个,是一定需要升级到 Java 11 吗?

from binding.

hi-dhl avatar hi-dhl commented on May 29, 2024

image

@hi-dhl 哈喽,1.1.8 提示了这个,是一定需要升级到 Java 11 吗?

可以先使用 1.1.5 的版本 1.1.6 以后的版本只是修改了 ViewGroup 初始化的问题,应该不会影响你这边的使用

这个错很奇怪,你当前的使用的 JDK 1.8 吗?

from binding.

DQSecret avatar DQSecret commented on May 29, 2024

image
@hi-dhl 哈喽,1.1.8 提示了这个,是一定需要升级到 Java 11 吗?

可以先使用 1.1.5 的版本 1.1.6 以后的版本只是修改了 ViewGroup 初始化的问题,应该不会影响你这边的使用

这个错很奇怪,你当前的使用的 JDK 1.8 吗?

是的,项目的 JDK 版本是 1.8,没有升级到 11 的打算。
我先用 1.1.5 吧。

from binding.

KarenKaKa avatar KarenKaKa commented on May 29, 2024

image

@hi-dhl 哈喽,1.1.8 提示了这个,是一定需要升级到 Java 11 吗?

使用1.1.5报错,改成1.1.8又出现了这个问题。

from binding.

hi-dhl avatar hi-dhl commented on May 29, 2024

image
@hi-dhl 哈喽,1.1.8 提示了这个,是一定需要升级到 Java 11 吗?

使用1.1.5报错,改成1.1.8又出现了这个问题。

因为升级gradle 7的原因,所以 1.1.8 需要升级到 java 11, 这个问题我统一处理一下, 另外 1.1.5 出现什么错了,方便贴一下吗

from binding.

KarenKaKa avatar KarenKaKa commented on May 29, 2024

image
@hi-dhl 哈喽,1.1.8 提示了这个,是一定需要升级到 Java 11 吗?

使用1.1.5报错,改成1.1.8又出现了这个问题。

因为升级gradle 7的原因,所以 1.1.8 需要升级到 java 11, 这个问题我统一处理一下, 另外 1.1.5 出现什么错了,方便贴一下吗

自定义view使用binding报错如下:

Caused by: java.lang.NoSuchMethodException: inflate [class android.view.LayoutInflater, class android.view.ViewGroup]
at java.lang.Class.getMethod(Class.java:2068)
at java.lang.Class.getMethod(Class.java:1690)
at com.hi.dhl.binding.ReflectExtKt.inflateMethodWithViewGroup(ReflectExt.kt:21)
at com.hi.dhl.binding.viewbind.ViewGroupViewBinding.(ViewGroupViewBinding.kt:36)

from binding.

hi-dhl avatar hi-dhl commented on May 29, 2024

image
@hi-dhl 哈喽,1.1.8 提示了这个,是一定需要升级到 Java 11 吗?

使用1.1.5报错,改成1.1.8又出现了这个问题。

因为升级gradle 7的原因,所以 1.1.8 需要升级到 java 11, 这个问题我统一处理一下, 另外 1.1.5 出现什么错了,方便贴一下吗

自定义view使用binding报错如下:

Caused by: java.lang.NoSuchMethodException: inflate [class android.view.LayoutInflater, class android.view.ViewGroup]
at java.lang.Class.getMethod(Class.java:2068)
at java.lang.Class.getMethod(Class.java:1690)
at com.hi.dhl.binding.ReflectExtKt.inflateMethodWithViewGroup(ReflectExt.kt:21)
at com.hi.dhl.binding.viewbind.ViewGroupViewBinding.(ViewGroupViewBinding.kt:36)

这个问题,新版本已经修复了,可以拉起一下最新的代码

from binding.

hi-dhl avatar hi-dhl commented on May 29, 2024

image
@hi-dhl 哈喽,1.1.8 提示了这个,是一定需要升级到 Java 11 吗?

使用1.1.5报错,改成1.1.8又出现了这个问题。

可以更新最新的版本, JDK的 问题已经修复了

from binding.

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.