Android Studio 2.2.3 - minSdk(API21) >设备SDK(API17) [英] Android Studio 2.2.3 - minSdk(API21) > deviceSdk(API17)

查看:31
本文介绍了Android Studio 2.2.3 - minSdk(API21) >设备SDK(API17)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我尝试将 Android 平板电脑作为模拟器运行时出现此错误.这是否意味着我的设备比 Android Studio 版本旧?

I get this error when I try to run an android tablet as an emulator. Does it mean my device is older than the Android Studio version ?

推荐答案

确切地说,这意味着您正在开发需要 API 21 或更高版本才能运行的应用程序,并且您的设备具有 API 17.打开您的项目设置并更改最低要求到 17,看看它是否运行.如果您不使用某些特殊控件、对象或方法,也许您会在这方面取得成功,并使您的应用程序需要 API 17 作为运行的最低基础.情况是否定的,您将不得不调查问题所在,可能是属性、对象或方法.运气.

Exactly, it means you are developing an app that requires API 21 or bigger to run, and your device has API 17. Open your Project Settings and change min requirements to 17 and see if it runs. If you're not using some special control, object or method, maybe you will be successful on this, and will get your app requiring API 17 as minimal base to run. Case negative, you will have to investigate where the problem lives, may be a property, object or method. Luck.

这篇关于Android Studio 2.2.3 - minSdk(API21) >设备SDK(API17)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆