如何:打开 AndroidManifest.xml 文件并将以下内容添加为的子项:元素?

发布于 2024-09-14 09:28:02 字数 487 浏览 1 评论 0原文

我该怎么做上面的步骤? 我正在尝试教程 http://developer.android.com/resources/tutorials/views/ hello-mapview.html“HelloMapView”,他们建议打开 AndroidManifest.xml 文件并将以下内容添加为 元素的子元素:

<uses-library android:name="com.google.android.maps" />.

这是如何工作的? 我如何将其插入到我的 SDK 中? 我正在使用Eclipse SDK,版本:3.5.2,构建ID:M20100211-1343

how can I do the step above?
I'm trying to the the tutorial
http://developer.android.com/resources/tutorials/views/hello-mapview.html "HelloMapView" and they reccomend to Open the AndroidManifest.xml file and add the following as a child of the <application> element:

<uses-library android:name="com.google.android.maps" />.

how does this work?
how can I insert that in my SDK.
I'm usingEclipse SDK,Version: 3.5.2, Build id: M20100211-1343

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

吃颗糖壮壮胆 2024-09-21 09:28:02

打开 AndroidManifest.xml 文件。在显示其内容的页面底部有一行按钮。其中之一是 AndroidManifest.xml

从那里您可以直接编辑 XML 文件。

Open the AndroidManifest.xml file. On bottom of the page showing its content there's a row of buttons. One says AndroidManifest.xml .

From there you can edit directly the XML file.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文