我的应用在<= API 21的setContentView()上停止

时间:2018-09-08 15:27:38

标签: java android

我有一个可以完美地在API 24上运行的应用程序,但是在API <= 21上,setContentView(...)上的某些活动崩溃,而某些活动确实可以正常工作

有什么帮助吗?

<?xml version="1.0" encoding="utf-8"?>
<android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:layoutDirection="rtl"
    android:id="@+id/main"

    tools:context="com.......Bounds"
    >

    <LinearLayout

1 个答案:

答案 0 :(得分:0)

已解决 问题正在使用 android:textDirection =“ firstStrongLtr” 女巫无法使用<= API 21