如何:打开 AndroidManifest.xml 文件并将以下内容添加为的子项:元素?
我该怎么做上面的步骤? 我正在尝试教程 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
打开 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.