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

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

图1-1

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

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

图1-2

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

图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

原文地址:https://www.cnblogs.com/chenjianfeng/p/10219881.html