简体   繁体   中英

Google Maps Utility installation

I'm trying to use the new Google Maps Utility for Android (I need to create clusters in my map). I'm following every steps of the tutorial to install the library, but one java file is having some problems : DefaultClusterRenderer.

Here's the problems : I can't import :

import android.animation.Animator;
import android.animation.AnimatorListenerAdapter;
import android.animation.TimeInterpolator;
import android.animation.ValueAnimator;

This 'HONEYCOMB' cannot be resolved :

Build.VERSION_CODES.HONEYCOMB;

TimeInterpolator :

TimeInterpolator cannot be resolved to a type

AnimeListenerAdapter :

AnimatorListenerAdapter cannot be resolved to a type

我建立到Android 4.3,它像一个魅力。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM