(1)出现的问题:
报错:The application’s minSdkVersion is newer than the device API level.
翻译:应用程序的MinSDK版本比设备API级别更新。
(2)主要原因
是以下两张图片当中的版本不同:
(3)解决的办法
是将build.gradle中的minSdkVersion 29改为和API一样的版本
(由上图知我的API是24)
所以:
然后重新运行即可,这招百试百灵
android studio报错:The application‘s minSdkVersion is newer than the device API level.
最新推荐文章于 2023-09-16 11:00:00 发布