Skip to content

I have a compile error, #8

@SinJon0513

Description

@SinJon0513

[ERROR] \AndroidWorkSpace\android-master\app\target\unpack\apklibs\com.github.kevinsawicki_wishlist_apklib_0.9\src\com\github\kevinsawicki\wishlist\TypeAdapter.java:[117,23] type parameters of V cannot be determined; no unique maximal instance exists for type variable V with upper bounds V,android.view.View

[ERROR] \AndroidWorkSpace\android-master\app\target\unpack\apklibs\com.github.kevinsawicki_wishlist_apklib_0.9\src\com\github\kevinsawicki\wishlist\TypeAdapter.java:[129,23] type parameters of V cannot be determined; no unique maximal instance exists for type variable V with upper bounds V,android.view.View

I think need cast to V before return .
protected V view(final int childViewIndex) {
return /*add (V) to here */ updater.view(childViewIndex);
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions