导入com.google.android.gms无法解析
我是Android开发的新手。通过遵循本教程The import com.google.android.gms cannot be resolved,我在将代码写入时遇到了错误MainActivity.java: import com.google.android.gms.maps.CameraUpdateFactory; import com.google.android.gms.maps.GoogleMap; import com.google.android.gms.maps.MapFragment; import com.google.android.gms.maps.model.BitmapDescriptorFactory; import com.google.android.gms.maps.model.LatLng; import com.google.android.gms.maps.model.Marker; import com.google.android.gms.maps.model.MarkerOptions; 通过搜索各种修复程序,我确保尝试了以下方法: 我已经通过Android SDK管理器下载了特定API级别的Google API。 我已将Google API选中为项目构建目标。 我已将<uses-library android:name="com.google.android.maps" /> 行添加AndroidManifest.xml为<application>标签的子项。 我通过选择Project->Clean...并从头开始构建了该项目。 .jar通过右键单击我的项目,我包含了用于地图的文件,转到了构建路径,并添加了将其定位在我的SDK中的外部存档:android-sdk-windows\add-ons\addon_google_apis_google_inc_8\libs\maps 不幸的是,以上方法均无济于事。