关于Android Studio 3.2 运行应用时提示 “Instant Run requires that the platform corresponding to your target device (Android 7.0 (Nougat)) is installed.” 的说明

时间:2022-09-13 19:52:42

  点击"Run",运行App后,Android Studio显示如图1-1界面:

关于Android Studio 3.2 运行应用时提示 “Instant Run requires that the platform corresponding to your target device (Android 7.0 (Nougat)) is installed.” 的说明

图1-1

  这是因为你连接的外部设备(比如Android手机或AVD)的SDK版本在你的电脑上没有安装对应的版本,所以解决办法为点击“Install and Continue”,安装缺失版本安装对应版本的SDK即可。

  Android Studio会联网下载对应的SDK版本,例如本文的为Android 5.1,注意这里下载安装的SDK版本只是部分安装,用于实现Install Run功能,你可以打开Android Studio顶部工具栏中File中的Settings查看,如图1-2:

关于Android Studio 3.2 运行应用时提示 “Instant Run requires that the platform corresponding to your target device (Android 7.0 (Nougat)) is installed.” 的说明

图1-2

  安装后,Android Studio显示如图1-3界面:

关于Android Studio 3.2 运行应用时提示 “Instant Run requires that the platform corresponding to your target device (Android 7.0 (Nougat)) is installed.” 的说明

图1-3

  附:

①Instant Run requires that the platform corresponding to your target device (Android x.0 (xxxx)) is installed.(翻译:立即运行要求安装与目标设备(Android 7.0(Nougat))对应的平台。);

②Install and Continue(翻译:安装并继续);

③Proceed without Instant Run (翻译:不立即运行而继续)。<2019-01-04 14:59:17>

参考:https://www.jianshu.com/p/e0fb42471855

关于Android Studio 3.2 运行应用时提示 “Instant Run requires that the platform corresponding to your target device (Android 7.0 (Nougat)) is installed.” 的说明的更多相关文章

  1. 解决Ubuntu 16&period;04 上Android Studio2&period;3上面运行APP时提示DELETE&lowbar;FAILED&lowbar;INTERNAL&lowbar;ERROR Error while Installing APKs的问题

    本人工作环境:Ubuntu 16.04 LTS + Android Studio 2.3 AVD启动之后,运行APP,报错提示: DELETE_FAILED_INTERNAL_ERROR Error ...

  2. 【Android Studio】查看源码时提示&OpenCurlyDoubleQuote;throw new RuntimeException&lpar;&quot&semi;Stub&excl;&quot&semi;&rpar;”

    如题-- 详细问题及解决方法: http://blog.csdn.net/u010917495/article/details/51234179

  3. 3&period;0、Android Studio构建和运行应用

    默认情况下,Android Studio可以通过简单的点击就会将新的项目部署到虚拟机或者物理设备中.在Instant Run的帮助下,你可以将更改的方法或资源文件直接推送到一个运行的app而无需构建一 ...

  4. Android Studio 2&period;2 HTTP proxy setting 提示异常

    操作系统 :MacOS 10.11.6 IDE :Android Studio 2.2 Java Version :1.8 异常现象描述: 在给Android Studio 2.2设置代理时,出现警告 ...

  5. 解决安装vc2005运行库时提示Command line option syntax error&period;Type Command&sol;&quest;for Help

    安装vc2005运行库时提示 这是因为它要自解压到用户的临时文件夹下,如果用户名中带中文,就会报错. 简单的解决方法是,手动解压之,再安装 当然,你也可以修改用户名或者再新建个用户.

  6. LoadRunner中运行场景时提示&quot&semi;You do not have a license for this Vuser type&period;&quot&semi;

    LoadRunner中运行场景时提示"You do not have a license for this Vuser type." 2012-06-15 17:09:07|  分 ...

  7. Instant Run requires &&num;39&semi;Tools &vert; Android &vert; Enable ADB integration&&num;39&semi; to be enabled&period;

    更新了最新的Android Studio预览版之后,运行程序.发现弹出了一个Error Instant Run requires 'Tools | Android | Enable ADB integ ...

  8. VS2012不能创建数据库连接出现或者连接数据库时提示:未能载入文件或程序集&OpenCurlyDoubleQuote;Microsoft&period;SqlServer&period;Management&period;Sdk&period;Sfc&comma; Version&equals;10&period;0&period;0&period;0&comma; C

    VS2012不能创建数据库连接时或者连接数据库时提示:未能载入文件或程序集"Microsoft.SqlServer.Management.Sdk.Sfc, Version=10.0.0.0, ...

  9. 在android studio中配置运行时签名

    做项目的时候,有时需要用到第三方接口,而基本第三方接口都是要求我们要先进行签名.结果每次调试都得手动进行签名一次,实在麻烦.所以android studio提供了一种在运行的时候自动进行签名的方法,在 ...

随机推荐

  1. jQuery基础知识点(DOM操作)

    1.样式属性操作     1)设置样式属性操作         ①设置单个样式: // 第一个参数表示:样式属性名称 // 第二个参数表示:样式属性值 $(selector).css(“color”, ...

  2. rman的使用

    下面是两种连接方式[oracle@oracle3A ~]$ rman target/ Recovery Manager: Release 11.2.0.1.0 - Production on Mon ...

  3. linux使用LVM合并硬盘

    目的将两块空硬盘合并为"一块",挂载到指定目录下,达到在一个目录使用2块硬盘所有空间的效果.条件硬盘1 /dev/sdb 硬盘2 /dev/sdc方法创建pvpvcreate /d ...

  4. openlayers4 入门开发系列之台风轨迹篇

    前言 openlayers4 官网的 api 文档介绍地址 openlayers4 api,里面详细的介绍 openlayers4 各个类的介绍,还有就是在线例子:openlayers4 官网在线例子 ...

  5. 告别 hash 路由,迎接 history 路由

    博客地址:https://ainyi.com/69 三月来了,春天还会远吗.. 在这里,隆重宣布本博客告别 Vue 传统的 hash 路由,迎接好看而优雅的 history 路由~~ 映照官方说法 v ...

  6. LeetCode - Trim a Binary Search Tree

    Given a binary search tree and the lowest and highest boundaries as L and R, trim the tree so that a ...

  7. JavaEE互联网轻量级框架整合开发(书籍)阅读笔记(8):装配SpringBean概述(如何合理使用装配级别)

    一. 装配Bean概述  关于如何将自己开发的Bean配置到Spring IoC容器中,大部分场景下,我们都会使用ApplicationContext的具体实现类,因为对应的Spring IoC容器功 ...

  8. 在CentOS 6&period;3中安装拼音输入法

    安装:su root yum install "@Chinese Support"      // 安装中文输入法 exit安装完毕,在“系统-->首选项”会看到“输入法”一 ...

  9. drozer与adb工具的安装与使用

    drozer:链接: https://pan.baidu.com/s/1skTJdgh 密码: wah1 adb:链接: https://pan.baidu.com/s/1gfpIkuv 密码: n8 ...

  10. 在IE8下background-image不显示的解决方法

    刚写一个页面,在chrome,FF里调试完后,忽然想起ie来,放到Ie里其它还好了,但是有个背景图片显示不出来. 调试N遍后,只好上*去找一下,果然找到了. 最初是这样写的: ...