简体   繁体   English

Ionic android应用仅适用于android 7.0+

[英]Ionic android app only works on android 7.0+

Im working on a project with ionic(v4)+angular+angular material. 我正在处理离子(v4)+角+角材料的项目。 Im trying to export apk but i have a problem. 我正在尝试导出apk,但我遇到了问题。 i tried several emulators for testing. 我尝试了几个模拟器进行测试。 But i got white screen after splash screen on android 4.4, 5.0 and 6.0. 但是我在android 4.4、5.0和6.0上启动屏幕后出现白屏。 But it also works well on android 7, 8, 9. my config.xml has these line; 但是它在android 7、8、9上也能很好地工作。

<preference name="android-minSdkVersion" value="19" />

I have downloaded sdk 19 with android studio. 我已经使用Android Studio下载了SDK 19。 Please help me if you know any solution. 如果您有任何解决方案,请帮助我。

It works well on real devices. 它在实际设备上运行良好。 Emulators with old android versions doesnt work well with ionic. 具有旧版android的模拟器无法与ionic配合使用。

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

相关问题 Android 7.0+上的WebView无法呈现页面 - WebView on Android 7.0+ doesn't render page Android 7.0+仍支持附件模式吗 - Does Android 7.0+ still support Accessory Mode 我们如何确定Android设备是否运行官方Android 7.0 + Freeform多窗口模式? - How Do We Identify If an Android Device Is Running Official Android 7.0+ Freeform Multi-Window Mode? 如何在 Android 7.0+ 中检索 SD 卡的序列号? - How can I retrieve an SD card's serial number in Android 7.0+? 屏幕关闭时,前台服务未在 Android 7.0+ 中接收位置更新 - Foreground service not receiving location updates in Android 7.0+ when screen is off 离子Android推送通知仅在后台工作 - Ionic android push notification works only in background 为什么 Uri.fromFile() 不适用于 Android 7.0+,targetSdkVersion 为 24 或更高。 什么是替代解决方案? (科特林) - Why Uri.fromFile() will not work on Android 7.0+, with a targetSdkVersion of 24 or higher. and what can be the alternate solution ? (Kotlin) Ionic app适用于ios但不适用于android - Ionic app works with ios but does not on android Ionic Android应用程序正常运行,但安装后无法运行 - Ionic Android app works but not apk when installed Android 应用程序在手机 7.0 上运行良好,在加载时在运行 7.1.2 的平板电脑上崩溃 - Android app works fine on phone 7.0 and crashes on tablet running 7.1.2 on load
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM