圆形Android Wear仿真器是广场 [英] Round Android Wear Emulator is Square

查看:147
本文介绍了圆形Android Wear仿真器是广场的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

的标题和图片说明了一切 - 我的全面的android磨损模拟器显示了矩形布局。我倒是AP preciate任何提示,帮助我得到全面仿真器以显示正确的接口。

The title and picture say it all--my round android wear emulator shows the rect layout. I'd appreciate any tips that help me get the round emulator to show the correct interface.

创建时间AVD使用的指令来自: Android的文档

Created AVD using instructions from: Android Documentation

Android的工作室0.8.1 Beta版,SDK工具23.0.2,穿目标为4.4W(API 20)

Android Studio 0.8.1 Beta, SDK Tools 23.0.2, Wear target is 4.4W(API 20)

创建使用韦恩的命令行方式创建的AVD,显示正确的用户界面的AVD

推荐答案

请确保当你创建你的AVD,你选择圆模拟器以下选项:

Make sure when you create you AVD that you select the following options for a round emulator:

设备:Android的磨损轮(320×320:华电国际) 目标:安卓4.4W - API等级20 CPU / ABI:Android Wear ARM(armeabi-V7A) 皮肤:AndroidWearRound

Device: Android Wear Round (320 x 320: hdpi) Target: Android 4.4W - API Level 20 CPU/ABI: Android Wear ARM (armeabi-v7a) Skin: AndroidWearRound

另外,你可以创建圆形或方形的仿真器使用以下命令行:

Alternatively, you can create round or square emulators with the command lines:

android create avd --force -n WatchRound --target "android-20" --device "Android Wear Round" --skin AndroidWearRound --abi android-wear/armeabi-v7a
android create avd --force -n WatchSquare --target "android-20" --device "Android Wear Square" --skin AndroidWearSquare --abi android-wear/armeabi-v7a

重要的是,设备和皮肤都是一致的,并具有相同的模拟器不能圆形和方形混合。如果问题仍然发生,发帖的截屏配置的。

It is important that Device and Skin are both consistent, and you cannot mix round and square with the same emulator. If the problem still happens, post a screen shot of your configuration.

这篇关于圆形Android Wear仿真器是广场的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆