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.
我是新来的,如果我的问题不好,我很抱歉。
我已经制作了一个带有 appcompatactivity 的 android 应用程序,但是如果我在我的设备(android 4.2.2)中运行它,它总是会停止。谢谢您的回答。
确保您的设备符合您描述的 SDK 版本AndroidManifest.xml
AndroidManifest.xml
<uses-sdk android:minSdkVersion="xx" android:targetSdkVersion="YY" />
所以您的设备至少满足版本 xx 示例 API 11