我正在尝试使用适用于Android的新Google Maps Utility(我需要在地图中创建群集)。我正在按照本教程的每个步骤来安装库,但是一个java文件遇到了一些问题:DefaultClusterRenderer。
以下是问题: 我无法导入:
import android.animation.Animator;
import android.animation.AnimatorListenerAdapter;
import android.animation.TimeInterpolator;
import android.animation.ValueAnimator;
这个'HONEYCOMB'无法解决:
Build.VERSION_CODES.HONEYCOMB;
TimeInterpolator:
TimeInterpolator cannot be resolved to a type
AnimeListenerAdapter:
AnimatorListenerAdapter cannot be resolved to a type
答案 0 :(得分:6)
我构建到Android 4.3,它就像一个魅力。