Skip to content
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

ProbeProxy$kankan_wheel_widget_WheelView #48

Open
25343215 opened this issue Nov 9, 2015 · 4 comments
Open

ProbeProxy$kankan_wheel_widget_WheelView #48

25343215 opened this issue Nov 9, 2015 · 4 comments

Comments

@25343215
Copy link

25343215 commented Nov 9, 2015

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

@xfumihiro
Copy link
Owner

Try exclude the custom view.

@xfumihiro
Copy link
Owner

Actually it won't work now due to the exclusion isn't effect the runtime proxy generation.

@tiwiz
Copy link

tiwiz commented Nov 20, 2015

It does the same thing with LeakCanary, even excluding the LeakCanary package from the Gradle build won't fix it

@xfumihiro
Copy link
Owner

It's because the package exclusion not yet working in runtime. See #46.
Currently we're waiting for the resValue patch get merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants