Installation did not succeed. The application could not be installed: INSTALL_FAILED_OLDER_SDK The application’s minSdkVersion is newer than the device API level
问题出在了sdk的版本号上,引入的第三方库最低支持版本高于我的项目的最低支持版本:
Installation did not succeed. The application could not be installed: INSTALL_FAILED_OLDER_SDK The a
解决方法为:将minSdkVersion 28改为minSdkVersion 26

相关文章: