如何在 Beagle board Eclair 中运行 Google 地图应用程序?
我有一个在 Google AP1s 2.1 更新 API 级别 7 平台下创建的 Android Google 地图应用程序。当我将应用程序推送/复制到 Beagle Board(具有 Android 2.1 update1 API 级别 7)时,我在系统中看不到该应用程序/应用程序文件夹。为什么它会这样?我需要添加一些罐子吗?
I have an Android Google Maps application created under the platform Google AP1s 2.1 update API level 7. When I push/copy the application to Beagle Board (having Android 2.1 update1 API level 7), I can't see the application in the system/app folder. Why it is behaving like this?. Do I need to add some jar?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您的 Beagle Board 没有安装此类应用程序所需的maps.jar。
与 Google APIS 2.1 目标相比,它的行为方式与您尝试将其安装在仅具有 Android 2.1 目标的模拟器上的情况相同。
我不熟悉 Beagle Board,但我相信应该可以从 Google 模拟器上的 system/framework 文件夹中提取 jar 并将其传输到 Beagle Board。
不过,您应该检查这是否符合 Google 许可协议的条款。由于 Beagle Board 是一种教育工具而不是商业产品,我想说它至少符合协议的精神。
Your Beagle Board won't have the maps.jar that's necessary for such an application to install.
It will behave in the same way as if you tried to install it on an emulator with just an Android 2.1 target compared to a Google APIS 2.1 target.
I'm not familiar with the Beagle Board but I believe it should be possible to pull the jar from the system/framework folder on a Google emulator and transfer it to the Beagle Board.
You should check that this is within the terms of the Google licence agreement though. As the Beagle Board is an educational tool and not a commercial product, I'd say it was at least within the spirit of the agreement.