-
Notifications
You must be signed in to change notification settings - Fork 468
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
添加IntButton在布局的时候报错 #64
Comments
整个布局加载只有TintButton出错了?那可能需要你debug看下TintButton初始化时具体发生的错误了 |
我把依赖删除,使用库的形式添加magicasakura,在TintButton内打断点,也是在4.4.2夜神模拟器运行,竟然没有崩溃,成功跑起来了。所以,这到底是啥原因崩溃的。 |
😂那通过依赖的形式打断点看看呢 |
Caused by: java.lang.NoClassDefFoundError: android.support.v4.graphics.drawable.DrawableWrapper |
😯这个类是v4里的。。。感觉是模拟器的锅 |
布局:
我添加了依赖implementation 'com.bilibili:magicasakura:0.1.8@aar'
内部的属性也没错,所以不太清楚为啥会报这个错误,本人用的是4.4.2夜神模拟器跑的
The text was updated successfully, but these errors were encountered: