NativeScript / android

NativeScript for Android using v8
https://docs.nativescript.org/guide/android-marshalling
Apache License 2.0
527 stars 135 forks source link

NativeScriptException: Failed resolving method ofObject on class android.animation.ObjectAnimator #168

Closed hamorphis closed 9 years ago

hamorphis commented 9 years ago

I am trying to call the following overload:

static ofObject(target: any, propertyName: string, evaluator: android.animation.ITypeEvaluator<any>, values: native.Array<any>): android.animation.ObjectAnimator;

I am calling it like this:

animator = android.animation.ObjectAnimator.ofObject(nativeView, "backgroundColor", argbEvaluator, nativeArray);
blagoev commented 9 years ago

The issue was resolved in the calling code. Closing this.