问题描述
我正在使用 Android Studio 2.2 预览.我正在面对这个问题
I am using Android Studio 2.2 Preview. I am facing the issue
错误:在安装APK时,
Error: While installing apk,
我在build.gradle中进行了更改,但无法重新跟踪它,请向我建议解决方案?
I have made changes in build.gradle but could not retrack it, please suggest me solution???
推荐答案
Android studio mac/windows/linux:
一起进入(mac):Android Studio>首选项>构建,执行,部署>即时运行>取消选中:启用即时运行
Steps in together (mac):Android Studio > Preferences > Build, Execution, Deployment > Instant Run > Uncheck : Enable Instant Run
一起进入Windows和Linux):文件>设置>构建,执行,部署>即时运行>取消选中:启用即时运行
Steps in together (windows & linux): File > Settings > Build, Execution, Deployment > Instant Run > Uncheck : Enable Instant Run
详细步骤:
步骤1: Studio>首选项(对于Windows和Linux,必须进入文件">设置">构建,执行,部署,然后与Mac相同")
Steps 1: Studio > Preferences (for windows & linux got to File > settings > Build, Execution, Deployment and then same as mac)
步骤2: 首选项>构建,执行,部署
步骤3: 构建,执行,部署>即时运行
步骤4: 即时运行>取消选中:启用即时运行
这篇关于DELETE_FAILED_INTERNAL_ERROR安装APK时出错的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!