简体   繁体   English

Ionic 2推送通知在Android版本4中不起作用

[英]Ionic 2 push notification not working in android version 4

I'm having a project with push notification(IONIC NATIVE PLUGIN). 我有一个带有推送通知的项目(IONIC NATIVE PLUGIN)。 When running ionic cordova run android it works fine on android version 5. When the same running on android version 4 I'm getting the error 当运行ionic cordova run android它在android版本5上运行良好。

UNFORTUNATELY,'App NAME' has stopped. 不幸的是,“应用名称”已停止。

I don't know what to do. 我不知道该怎么办。 Any help? 有什么帮助吗?

I found the solution. 我找到了解决方案。

Use cordova version : 7.1.0

Use cordova plaform version : 6.3.0

To boost the performance in the app use crosswalk 为了提高应用程序的性能,请使用人行横道

The device version includes from android 4 to present 设备版本包括从android 4到现在

@Melchia Your answer is valuable. @Melchia您的答案很有价值。

You need to consider downgrading your cordova version. 您需要考虑降级您的cordova版本。 Before creating an application you need to study you users (which version of Android they're using? Is it really worthy to make Android 4 version?...) You can't just install the latest version of cordova & hope everything is OK. 在创建应用程序之前,您需要研究您的用户(他们使用的是哪个版本的Android?是否真的值得制作Android 4版本?...)您不能只安装最新版本的cordova,并希望一切都很好。

cordova-android Version     Supported Android API-Levels    Equivalent Android Version
6.X.X                                   16 - 25                   4.1 - 7.1.1
5.X.X                                   14 - 23                   4.0 - 6.0.1
4.1.X                                   14 - 22                   4.0 - 5.1
4.0.X                                   10 - 22                   2.3.3 - 5.1
3.7.X                                   10 - 21                   2.3.3 - 5.0.2

If you want to target Android 4.0 so install cordova 5.xx Run the following command $ npm i -g cordova@5.4.1 Then run the following command $ cordova platform add android@4.0 如果要定位到Android 4.0,请安装cordova 5.xx,运行以下命令$ npm i -g cordova@5.4.1然后运行以下命令$ cordova platform add android@4.0

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM