-
Notifications
You must be signed in to change notification settings - Fork 105
Description
[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);
}