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.
ubantu 增加搜狗输入法
2.
用实例讲DynamicResource与StaticResource的区别
3.
firewall防火墙
4.
页面开发之res://ieframe.dll/http_404.htm#问题处理
5.
[实践通才]-Unity性能优化之Drawcalls入门
6.
中文文本错误纠正
7.
小A大B聊MFC:神奇的静态文本控件--初识DC
8.
手扎20190521——bolg示例
9.
mud怎么存东西到包_将MUD升级到Unity 5
10.
GMTC分享——当插件化遇到 Android P
本站公众号
欢迎关注本站公众号,获取更多信息
相关文章
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.
>>更多相关文章<<