在 genymotion 上使用 Visual Studio 上的推送通知
Posted
技术标签:
【中文标题】在 genymotion 上使用 Visual Studio 上的推送通知【英文标题】:using push notification using on visual studio on genymotion 【发布时间】:2016-07-27 15:54:28 【问题描述】:我点击了下面给出的链接:
https://azure.microsoft.com/en-in/documentation/articles/app-service-mobile-cordova-get-started-push/#optional-configure-and-run-the-app-on-android
我还按照您的教程构建了快速启动 azure 项目。 现在我正在尝试在 genymotion 模拟器上运行应用程序(我已经在其中安装了 google play 服务),构建给了我很多错误
please click on the link of the image to see the errors
PS:该过程会产生构建错误,因此使用 genymotion 实际上不是问题 有人请帮忙
【问题讨论】:
【参考方案1】:该错误表明您缺少来自 Android SDK 的依赖项。打开 Android SDK Manager 并安装 google play 服务。如果您在 Visual Studio 安装过程中安装了 Android SDK,则可能需要以管理员身份运行 SDK 管理器才能进行安装。
【讨论】:
你能告诉我应该在 Android X.0 (API X) 下的 Android SDK 中下载哪些文件吗? Android 6.X (N) 还没有合适的软件包。在 Android 6.0 (Marshmallow) 下,安装“Google APIs * System Image”(至少一个),在 SDK Tools 下,安装“Google Play services”以上是关于在 genymotion 上使用 Visual Studio 上的推送通知的主要内容,如果未能解决你的问题,请参考以下文章
Android Studio插件安装及使用Genymotion模拟器
Android Studio 安装并使用genymotion
使用Genymotion调试出现错误INSTALL_FAILED_CPU_ABI_INCOMPATIBLE解决的方法