Google Maps Utility安装

Tsu*_*aze 0 java android google-maps

我正在尝试使用适用于Android的新Google Maps Utility(我需要在地图中创建群集).我正在按照本教程的每个步骤来安装库,但是一个java文件遇到了一些问题:DefaultClusterRenderer.

这是问题:我无法导入:

import android.animation.Animator;
import android.animation.AnimatorListenerAdapter;
import android.animation.TimeInterpolator;
import android.animation.ValueAnimator;
Run Code Online (Sandbox Code Playgroud)

这个'HONEYCOMB'无法解决:

Build.VERSION_CODES.HONEYCOMB;
Run Code Online (Sandbox Code Playgroud)

TimeInterpolator:

TimeInterpolator cannot be resolved to a type
Run Code Online (Sandbox Code Playgroud)

AnimeListenerAdapter:

AnimatorListenerAdapter cannot be resolved to a type
Run Code Online (Sandbox Code Playgroud)

Tsu*_*aze 6

我构建到Android 4.3,它就像一个魅力.