MapActivity 不起作用
在我的应用程序上,我有 MapActivity,但是当我在虚拟设备或手机上启动它时,该应用程序无法工作。 在布局中我编写了 APIKey。
我确信问题不在于代码,因为我从一本 Android 书中下载了一个示例,但它也不起作用。
问题是什么??
谢谢, 尤尼
On my app i have MapActivity but when i launch it on a virtual device or on my cellphone the app doesn't work.
inside the layout i wrote the APIKey.
i'm sure that the problem isn't the code because i'd download an example from an Android book and it doesn't work also.
what is the problem??
thanx,
yoni
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果可以的话,您可能想发布一些代码,以便人们更好地了解您的问题可能是什么。当我开始搞乱谷歌地图时,我使用了本教程
http://developer. android.com/resources/tutorials/views/hello-mapview.html
该页面几乎告诉了我开始时想要知道的一切
如果要盲目猜测您的问题,那将是您没有使用谷歌 API 在你的项目构建
You probably want to post some code if you can so people have a better idea of what your problem could be. When I started messing with google maps i used this tutorial
http://developer.android.com/resources/tutorials/views/hello-mapview.html
That page pretty much told me everything i wanted to know to get started
If was to guess your problem blind it would be that you didn't use the google APIs in your project build