gpt4 book ai didi

java - 如何/错误声明 google-play-services-component

转载 作者:搜寻专家 更新时间:2023-11-01 09:00:58 26 4
gpt4 key购买 nike

我正在使用 eclipse/Java ADT 包,我正在尝试让 google maps api 工作。

在文档中引用以启动和运行 google map 是“设置 Google Play SDK”>“为 eclipse 引用库项目”

http://developer.android.com/tools/projects/projects-eclipse.html#ReferencingLibraryProject

在该页面的最底部,设置项目属性后,它说我需要“在 list 文件中声明库组件”

例如:

<manifest>
...
<application>
...
<activity android:name="com.example.android.tictactoe.library.GameActivity" />
...
</application>
</manifest>

所以在我的 android list 中,我尝试包括这个:

   <activity android:name="com.example.android.MainActivity.library.google-play-services_lib" />
<activity android:name="com.example.android.MainActivity.library.google-play-services" />

但是,google play 服务库 .jar 的名称中包含破折号,在 eclipse 中,这些破折号显示为错误(我得到红色波浪线)。

此外,我正在尝试将其包含在 google play sdk 下载附带的 google maps 示例项目中(在“extras”下),因此我不能 100% 确定是否必须执行此步骤。

我该如何解决这个问题?

最佳答案

At the very bottom of that page, after setting up the project properties, it says that I need to "declare library components in the manifest file"

对于 Maps V2,没有您需要担心的此类组件。只有当您尝试使用图书馆项目发布的 Activity 、服务或其他组件而不对它们进行子类化时,才会出现这种情况。

How can I fix this?

只需删除这两个 <activity>行。

关于java - 如何/错误声明 google-play-services-component,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14991967/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com