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.
[最佳實踐]瞭解 Eolinker 如何助力遠程辦公
2.
katalon studio 安裝教程
3.
精通hibernate(harness hibernate oreilly)中的一個」錯誤「
4.
ECharts立體圓柱型
5.
零拷貝總結
6.
6 傳輸層
7.
Github協作圖想
8.
Cannot load 32-bit SWT libraries on 64-bit JVM
9.
IntelliJ IDEA 找其歷史版本
10.
Unity3D(二)遊戲對象及組件
本站公眾號
歡迎關注本站公眾號,獲取更多信息
相關文章
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.
>>更多相關文章<<