三星Gear Fit 2 Tizen模拟器 [英] Emulator for Samsung Gear Fit 2 Tizen

查看:103
本文介绍了三星Gear Fit 2 Tizen模拟器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想为Samsung Gear Fit 2 pro开发一个Web应用程序,但是在使仿真器工作时遇到了问题.您知道我应该使用哪个模拟器吗?(它们都不能正确缩放或呈圆形)

解决方案

到目前为止,Tizen Studio的Gear Fit系列还没有仿真器.但是您可以在Square Emulator上运行项目以测试Fit系列项目.您可以从 config.xml 修复项目的分辨率.

由于

I would like to develop a web application for Samsung Gear Fit 2 pro, but I have problems with getting an emulator to work. Do you know which emulator I should use? (None of them scale properly or are circular)

解决方案

Till now there is no Emulator on Tizen Studio for Gear Fit series. But you may run your projects on Square Emulator in order to test Fit series projects. You can fix the resolution of your project from config.xml.

As the resolution of Gear Fit 2 is 216 x 432, i am setting height and width accordingly.

<?xml version="1.0" encoding="UTF-8"?>
<widget xmlns:tizen="http://tizen.org/ns/widgets" height="432" width="216" xmlns="http://www.w3.org/ns/widgets" id="http://yourdomain/XXXX" version="1.0.0"  viewmodes="maximized">
   ........
    <tizen:setting screen-orientation="portrait" context-menu="disable" background-support="disable" encryption="disable" install-location="auto" hwkey-event="enable"/>
</widget>

And taking the emulator having resolution 320 x 320 as there are no other square emulator option on the Tizen Studio. Hopefully this technique will solve your problem.

这篇关于三星Gear Fit 2 Tizen模拟器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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