【发布时间】:2014-03-11 23:23:18
【问题描述】:
我已将我的 Android Studio 升级到 0.5.1 版,负责处理 migration 进程,该进程必须应用于我的项目和模块中的 build.gradle 文件。
在引入了最新版本的 GooglePlayServices(4.2.42) 和 Android-Map-Utils 之后,并非所有时候,我都面临以下编译错误:
Information:[/Users/.../build/exploded-aar/com.google.maps.android/
android-maps-utils/0.3/AndroidManifest.xml:2,
/Users/.../build/exploded-aar/com.google.android.gms/play-services/4.2.42/
AndroidManifest.xml:3]
Main manifest has <uses-sdk android:minSdkVersion='8'>
but library uses minSdkVersion='9'
有人遇到同样的问题吗? 有什么解决办法吗?
非常感谢, 西蒙娜
编辑:
看来我不是唯一遇到这个问题的人。
https://github.com/googlemaps/android-maps-utils/issues/60 https://code.google.com/p/android/issues/detail?id=66109
【问题讨论】:
标签: android gradle android-studio build-process google-maps-android-api-2