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.
融合阿里雲,牛客助您找到心儀好工作
2.
解決jdbc(jdbctemplate)在測試類時不報錯在TomCatb部署後報錯
3.
解決PyCharm GoLand IntelliJ 等 JetBrains 系列 IDE無法輸入中文
4.
vue+ant design中關於圖片請求不顯示的問題。
5.
insufficient memory && Native memory allocation (malloc) failed
6.
解決IDEA用Maven創建的Web工程不能創建Java Class文件的問題
7.
[已解決] Error: Cannot download ‘https://start.spring.io/starter.zip?
8.
在idea讓java文件夾正常使用
9.
Eclipse啓動提示「subversive connector discovery」
10.
帥某-技巧-快速轉帖博主文章(article_content)
本站公眾號
歡迎關注本站公眾號,獲取更多信息
相關文章
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.
>>更多相關文章<<