gpt4 book ai didi

Android Studio 3.1 即时运行不工作

转载 作者:塔克拉玛干 更新时间:2023-11-02 23:30:42 24 4
gpt4 key购买 nike

当我更新到 Android Studio 3.1 时,Instant Run 功能(热插拔、温插拔)停止工作。
每次当我点击 Apply Changes(Instant Run Flash 选项)时,Android Studio 都会为 Lollipop 之上的每个操作系统重新启动我的应用程序(即使是小的 UI 更改)。 (在物理设备和模拟器上)

我的即时运行设置 -

enter image description here

我从 Android Studio 收到的消息 - enter image description here

我试过了 -

  1. 在 Android Studio 更新后重启笔记本电脑。
  2. 使缓存失效并重新启动
  3. 关闭项目并重新导入

对我没有任何作用。请帮我解决这个问题,如果我需要更多信息,请告诉我。

更新:-

我的顶级 Gradle 代码 -

// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {

repositories {
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.0'
classpath 'com.google.gms:google-services:3.2.0'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}

allprojects {
repositories {
google()
jcenter()
maven { url "https://jitpack.io" }
mavenCentral()
maven { url 'https://maven.google.com' }
}
}

task clean(type: Delete) {
delete rootProject.buildDir
}

在我的 File > Project Structure > Project menu 中,它显示我的 Gradle Version4.4Android Plugin Version 作为 3.1.0

最佳答案

如果你使用的是旧版本的gradle。请升级到 4.x

dependencies {
classpath 'com.android.tools.build:gradle:3.0.0'
}

更新版本再试试

关于Android Studio 3.1 即时运行不工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49690752/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com