We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
import android.content.Context; import android.graphics.Canvas; import android.util.AttributeSet; import view_inspector.probe.Interceptor; import view_inspector.probe.ViewProxy; import kankan.wheel.widget.WheelView; public final class ProbeProxy$kankan_wheel_widget_WheelView extends WheelView implements ViewProxy {
Error:(8, 27) 错误: 程序包kankan.wheel.widget inexistence Error:(9, 69) 错误: 找不到符号 符号: 类 WheelView
The text was updated successfully, but these errors were encountered:
Try exclude the custom view.
Sorry, something went wrong.
Actually it won't work now due to the exclusion isn't effect the runtime proxy generation.
It does the same thing with LeakCanary, even excluding the LeakCanary package from the Gradle build won't fix it
It's because the package exclusion not yet working in runtime. See #46. Currently we're waiting for the resValue patch get merged.
No branches or pull requests
import android.content.Context;
import android.graphics.Canvas;
import android.util.AttributeSet;
import view_inspector.probe.Interceptor;
import view_inspector.probe.ViewProxy;
import kankan.wheel.widget.WheelView;
public final class ProbeProxy$kankan_wheel_widget_WheelView extends WheelView
implements ViewProxy {
Error:(8, 27) 错误: 程序包kankan.wheel.widget inexistence
Error:(9, 69) 错误: 找不到符号
符号: 类 WheelView
The text was updated successfully, but these errors were encountered: