在android项目中找不到com.google.maps.android.MathUtil

时间:2016-04-17 20:12:53

标签: android google-maps android-studio import google-maps-api-2

我想使用谷歌地图,并在我的Android应用程序中尝试不同的功能。 我想在我的android项目中使用SphericalUtil包。 我导入它并将编译'com.google.maps.android:android-maps-utils:0.3+'添加到gradle中。编译中没有任何错误,但是当我在我的应用程序中打开谷歌地图时,它停止并出现此错误:

java.lang.NoClassDefFoundError:com.google.maps.android.SphericalUtil.computeHeading(SphericalUtil.java:45)中的com.google.maps.android.MathUtil

你能帮帮我吗?

0 个答案:

没有答案