我有一个可以完美地在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
答案 0 :(得分:0)
已解决 问题正在使用 android:textDirection =“ firstStrongLtr” 女巫无法使用<= API 21