Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
android api 19 嵌套布局有问题吗?
我创建了一个嵌套布局,可以在 Android 7 上完美运行,但应用程序在低于 5 的 Android 版本上崩溃。可能是什么问题?
您可能正在使用这些版本不支持的 API 功能。尝试查找错误,并在应用级 gradle 脚本中检查您的最低 SDK 版本。