我正在尝试从https://developers.google.com/maps/documentation/android/intro页面执行教程示例代码。我导入 google-play-services_lib 就好了,然后我导入 /extras/google/ google_play_services/samples/maps
此时我有2个错误:
The type android.support.v4.app.Fragment cannot be resolved.
It is indirectly referenced from required .class files RetainMapActivity.java /MainActivity/src/com/example/mapdemo line 45 Java Problem
The project was not built since its build path is incomplete.
Cannot find the class file for android.support.v4.app.Fragment. Fix the build path then try building this project MainActivity Unknown Java Problem
我认为这是因为我还没有完成所有步骤并继续。当我通过示例代码中的方法添加 android-support-v4.jar 时,我得到了 100 多个错误,所有这些看起来都像这样(但具有不同的行 #s 和路径):
R cannot be resolved to a variable BasicMapActivity.java /MainActivity/src/com/example/mapdemo line 42 Java Problem
与我学习的教程的唯一偏差是我的 android-support-v4.jar 位于 sdk\extras\android\support\v4
如果有什么你认为我应该尝试的,或者你知道的错误,请告诉我。另外,如果我可以提供更多有用的信息,请直说。
编辑:我更仔细地查看了代码,gen 文件夹中没有 R.java。可能会解释为什么什么都找不到。