android - 应用程序未安装某些设备 Android os N android

标签 android android-7.0-nougat android-7.1-nougat android-os-handler

我有三星设备 s7 edge。未为实时构建安装应用程序。请帮助我,究竟是什么问题。在设备的 Android N 操作系统上看到此错误抛出。

enter image description here

最佳答案

在 list 文件中,添加元素并将 android:xlargeScreens 属性指定为 "true":

<supports-screens android:xlargeScreens="true" />

If your app targets API level 24 or higher, you can configure how and whether your app's activities support multi-window display. You can set attributes in your manifest to control both size and layout. A root activity's attribute settings apply to all activities within its task stack.

android:resizeableActivity="true"

阅读 android:resizeableActivity

仅供引用

If you build a multi-orientation app that targets API level 23 or lower, and the user uses the app in multi-window mode, the system forcibly resizes the app. The system presents a dialog box warning the user that the app may behave unexpectedly. The system does not resize fixed-orientation apps; if the user attempts to open a fixed-orientation app under multi-window mode, the app takes over the whole screen.

<application
....
 android:resizeableActivity="true">

关于android - 应用程序未安装某些设备 Android os N android,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44944466/

相关文章:

android - 如何使用 Android 的 NDK 来使用 mkfifo

android - 处理运行时屏幕分辨率更改

android - Selendroid 无法识别 Android 7 设备

Android 7 GraphicBuffer 替代方案,用于直接访问 OpenGL 纹理内存

android - 如何使用存储访问框架访问 "/"(根)目录

android - unity (Android bild),我有问题 "We can' t 分配新的 GUID,因为 Assets 位于不可变文件夹中。该 Assets 将被忽略。”

java - 在 TDD 中设计异步方法

Android 7 Native Crash : libc. 所以 tgkill

android - 如何删除 Material 微调器中的底线和箭头

Android Nougat 7.1.1 showAtLocation(...)重力不起作用