小编MEC*_*MEC的帖子

Genymotion上安装的Google Play无法启动

Genymotion 2.0没有谷歌播放,因为有几个人在这里报道.

  • 我有运行ADB的Genymotion 2.0.使用Android 4.3作为Galaxy S4运行.

  • 我曾尝试安装并运行Google Play 4.5.10和4.4.22.Genymotion允许拖放APK来安装.

  • 在Google Play安装的两种情况下,我都可以在设置应用中看到它,它被列为应用程序,但当我尝试运行它时 - 应用程序似乎启动(白色闪烁)然后立即停止.

  • 可以有人帮我过去吗?

这个问题的原因以及不使用其他问题的原因是因为我不想安装新设备(ZEEZOnline解决方案),而且我不需要配置新帐户(Google Play 正在运行时的另一个常见响应))

android adb android-emulator google-play genymotion

4
推荐指数
1
解决办法
1万
查看次数

ASP.NET MVC中的聚合物纸元素通过Nuget?

随着最近发布的Polymer 1.0,我希望在ASP.NET MVC/Microsoft Stack中使用Paper Elements,或者至少检查它们.

我在Visual Studio包管理器中使用nuget尝试安装聚合物:

    PM> Install-Package polymer
    Installing 'polymer 1.0.0'.
    Successfully installed 'polymer 1.0.0'.
    Adding 'polymer 1.0.0' to Eqs.Mvc.Web.
    Successfully added 'polymer 1.0.0' to Eqs.Mvc.Web.

    PM> Install-Package paper-elements
    ...long long list of dependency imports
Run Code Online (Sandbox Code Playgroud)

当我尝试导入paper-elements.html时,我注意到paper-elements.html中存在错误位置的丢失文件和文件.例如在paper-elements.html中:

<link rel="import" href="../polymer/polymer.html">

实际上位于脚本根目录的项目中:

<link rel="import" href="../polymer.html">

我收到了很多404错误.我是否错误地导入了包裹?

asp.net asp.net-mvc-4 polymer material-design polymer-1.0

3
推荐指数
1
解决办法
3689
查看次数