我可以在没有实际平板电脑的情况下为 Android 平板电脑进行开发吗?
我购买了 Augen Gentouch78 来开始开发 Android 平板电脑,但这个设备使用起来非常痛苦(我要退货)。有没有办法将模拟器配置为平板电脑规格(即三星 Galaxy Tab)?
I bought the Augen Gentouch78 to start dabbing in development for Android tablets, but this device is gravely excruciating to use (and I'm returning it). Is there a way to configure the emulator to tablet specs (namely Samsung Galaxy Tab)??
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以使用类似的硬件和 Android 2.2 创建 AVD。主要区别在于分辨率(600x1024),因此您可以尝试通过以下方式配置 AVD:
只需保留牢记 AVD 限制;例如,它们不支持多点触控。
You could create an AVD with similar hardware and Android 2.2. The main difference is the resolution (which is 600x1024), so you can try configuring your AVD this way:
Just keep in mind the AVD limitations; for instance, they don't support multitouch.
安装 Samsung 的 GALAXY Tab 插件,它将 API-8 Galaxy Tab 目标添加到 AVD 创建屏幕的选项列表中。
Honeycomb 平板电脑在 WXGA 皮肤上需要 API 级别 11 或 12。
Install the GALAXY Tab addon by Samsung, it adds a API-8 Galaxy Tab target to the options list in the AVD creation screen.
The Honeycomb tablet require a API level 11 or 12 on WXGA skin.