问题标签 [genymotion]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
android - Error on loading Genymotion Device on OS X Mavericks
I have been using Genymotion on OS X 10.8 but after I updated it to Mavericks, the Genymotion device does not work properly. The three buttons which should be at the bottom appear at the top. However the touch is uneffected. Thus while the buttons are shifted to top, they are sensitive to touch only when touched at bottom. Here is a sample screenshot
Edit - One of the answers suggest that the problem might also depend on the Mac model I am using. I am using a 13" Macbook Retina Pro.
Edit 2 - A couple of applications are also running upside down. For example, the Music App
android - Genymotion,“无法加载 VirtualBox 引擎。” 在小牛队。VBox 设置正确
我不断收到以下错误:
我已经重新安装、删除并尝试了一切以使 Genymotion 再次工作。
我没有我需要的设备,但 Genymotion 非常适合这项工作,直到 Mavericks 更新我一直在努力让它再次工作。
MacBook Pro,Retina 13 英寸,2013 年初。i5,8gb。
我正在为 os x 运行 1.3.1 版。我也安装了带有 Oracle_VM_VirtualBox_Extension_Pack-4.3.0-89960.vbox-extpack 的 Virtualbox 4.3。
我的 Virtualbox 正常启动,没有任何错误。我尝试将环境变量放在我的 $PATH 上,各种各样的东西。没有任何作用!
我不知道该怎么办了,有人有类似的问题并解决了吗?
编辑:日志:
编辑2:
VBoxManage 列表 hostonlyifs
打印以下内容:
android - Genymotion 启动命令
我是genymotion的新手。如何向模拟器发送启动命令?我希望它在没有“Android”图形的情况下启动并将屏幕缩放到更小的尺寸。我知道如何使用 google android 模拟器来做到这一点,但不确定 genymotion。任何想法表示赞赏。谢谢。
connection - 无法创建 Genymotion 虚拟设备:连接超时
我已成功安装 Genymotion 和 Virtualbox,但无法创建虚拟设备。错误消息为
无法创建虚拟设备:连接超时。
我的网络连接没问题,而且“Microsoft Visual C++ 2008 Redistributable**”无法更改安装路径(安装在路径:E:),导致E盘一团糟。
genymotion - 无法创建 Genymotion 虚拟设备,文件已损坏
我已成功安装 Genymotion 和 Virtualbox,但无法创建虚拟设备。虚拟设备已完成下载,但文件已损坏,不仅是一个,而是所有
android - Google Play 服务位置和地理围栏 API 在 Genymotion 上无法正常工作
使用与 Google Play 服务位置 API 相关的 Genymotion 模拟器的最新版本(1.3.1)时,我遇到了两个问题。进一步来说:
1) LocationClient 仅在我使用PRIORITY_HIGH_ACCURACY标志请求位置更新时才起作用(即,当我使用 Genymotion GPS 菜单时发送位置事件) 。另外两种 LocationRequest 模式,PRIORITY_BALANCED_POWER_ACCURACY 和 PRIORITY_LOW_POWER 不起作用。
2)另一方面,地理围栏根本不起作用。当我通过添加地理围栏时LocationClient.addGeofences()
,LocationClient.OnAddGeofencesResultListener
回调返回GEOFENCE_NOT_AVAILABLE状态代码。
还有其他人遇到同样的问题吗?有没有人有解决方法?目前,我只在真实设备上使用 PRIORITY_HIGH_ACCURACY 标志和地理围栏测试我的应用的位置服务。
macos - 有没有办法在 hidpi 模式下运行 genymotion?
我正在尝试在 HiDPI 模式下在 rMBP 上运行 genymotion。显然我的 Virtualbox 版本已经<key>NSHighResolutionCapable</key> <true/>
在 Contents/Info.plist 中设置了
仍然 genymotion 确实将 vm 缩放到 200%,这不仅使一切看起来都非常模糊,而且还增加了缩小后的模糊性。
我在 OSX 10.9 上使用 Virtualbox 4.3.2 和 genymotion 1.3.1。
android - Genymotion无法连接到服务器?
我有一个向服务器发送 http 请求并接收 JSON 进行处理的应用程序。我在物理设备和 Genymotion 上都对其进行了测试。
该应用程序在物理设备上运行良好,但在 Genymotion throws 上NetworkOnMainThreadException
。
我跟踪了异常,这是问题所在:
Genymotion 似乎无法连接到服务器来执行请求。但它的浏览器可以很好地加载网站。
那么,有人知道这里出了什么问题吗?
java - Genymotion 初始化引擎:在 IntelliJ 中失败
我下载了 Genymotion 和 Genymotion IntelliJ 插件。我在 Intellij 中设置了 Genymotion 路径。说明:https ://cloud.genymotion.com/page/doc/#collapse-intellij
当我尝试重新启动插件时,出现以下错误:
我究竟做错了什么?