JavaShuo
欄目
標籤
android項目運行時報The application's minSdkVersion is newer than the device API level.
時間 2021-01-16
標籤
android
欄目
Android
简体版
原文
原文鏈接
意思是說,我選擇的運行設備的Android版本(deviceSdk),不符合(低於)我工程的編譯設置中的最低Android版本要求(minSdk)。 解決辦法是:在不影響運行功能的情況下,降低編譯設置中的版本號。 具體步驟爲: 1,在app的build.gradle中,將android代碼塊裏面的minSdkVersion改成19或者小於19即可; 2,然後進行Sync Now; 再運行就ok了。
>>阅读原文<<
相關文章
1.
android studio運行時報錯the selected device is incompatible
2.
androidStudio運行項目選擇模擬器是報錯,the selected device is incompatible
3.
The selected device is incompatible
4.
increase the minSdkVersion to 26
5.
The required MAP capability is more than the supported max container capability in the cluster. Kill
6.
Error response from daemon: client is newer than server (client API version: 1.24, server API versio
7.
Installation did not succeed. The application could not be installed: INSTALL_FAILED_OLDER_SDK The a
8.
項目報錯:The method getTextContent() is undefined for the type Node
9.
The SDK platform-tools version (27.0.1) is too old to check APIs compiled with API 28
10.
The "Android" command is deprecated.
更多相關文章...
•
Mozilla 項目
-
瀏覽器信息
•
Thymeleaf項目實踐
-
Thymeleaf 教程
•
Kotlin學習(一)基本語法
•
Java 8 Stream 教程
相關標籤/搜索
mysql..the
the&nbs
mysql....the
The One!
5.the
mysql...the
device
newer
applications
minsdkversion
Android
紅包項目實戰
PHP教程
PHP 7 新特性
0
分享到微博
分享到微信
分享到QQ
每日一句
每一个你不满意的现在,都有一个你没有努力的曾经。
最新文章
1.
網絡層協議以及Ping
2.
ping檢測
3.
爲開發者總結了Android ADB 的常用十種命令
4.
3·15 CDN維權——看懂第三方性能測試指標
5.
基於 Dawn 進行多工程管理
6.
缺陷的分類
7.
阿里P8內部絕密分享:運維真經K8S+Docker指南」,越啃越香啊,寶貝
8.
本地iis部署mvc項目,問題與總結
9.
InterService+粘性服務+音樂播放器
10.
把tomcat服務器配置爲windows服務的方法
本站公眾號
歡迎關注本站公眾號,獲取更多信息
相關文章
1.
android studio運行時報錯the selected device is incompatible
2.
androidStudio運行項目選擇模擬器是報錯,the selected device is incompatible
3.
The selected device is incompatible
4.
increase the minSdkVersion to 26
5.
The required MAP capability is more than the supported max container capability in the cluster. Kill
6.
Error response from daemon: client is newer than server (client API version: 1.24, server API versio
7.
Installation did not succeed. The application could not be installed: INSTALL_FAILED_OLDER_SDK The a
8.
項目報錯:The method getTextContent() is undefined for the type Node
9.
The SDK platform-tools version (27.0.1) is too old to check APIs compiled with API 28
10.
The "Android" command is deprecated.
>>更多相關文章<<