热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

Android工作室gradle构建运行太长时间的构建apk-Androidstudiogradlebuildrunningfortoolongtimeforbuildapk

NewProject.Importedalllibsusinggradlebuildsystem.使用gradle构建系统导入所有库。Gradlebuildsu
  1. New Project.
  2. Imported all libs using gradle build system.
  3. 使用gradle构建系统导入所有库。

  4. Gradle build successful.
  5. Gradle构建成功。

  6. Enabled gradle offline work and instant run.
  7. 启用gradle离线工作和即时运行。

  8. Attached my device, clicked run. App build competed in 4 mins.
  9. 附上我的设备,点击运行。应用程序构建在4分钟内完成比赛。

  10. After few changes in code I clicked apply changes.
  11. 在代码中进行了少量更改后,我点击了应用更改。

  12. App runs perfectly on device which I previously build, but when I extract the installed app(debug keys) it doesn't install on other device or same device (package currept).
  13. 应用程序在我之前构建的设备上运行完美,但是当我提取已安装的应用程序(调试密钥)时,它不会安装在其他设备或同一设备上(软件包当前)。

  14. I clicked build apk(debug) in Android studio but gradle build running forever.
  15. 我在Android工作室点击构建apk(调试)但gradle build永远运行。

Please help me friends. There is no error in code. When I use Instant Run app opens perfectly on device but I cannot extract that apk to test on other device.

请帮帮我的朋友。代码中没有错误。当我使用Instant Run应用程序在设备上完美打开但我无法提取该apk以在其他设备上进行测试。

2 个解决方案

#1


3  

You need to disable Instant Run first, because debug apk built with Instant Run will not run on phone with different api level from your test device.

您需要先禁用“即时运行”,因为使用“即时运行”构建的调试apk无法在测试设备上具有不同api级别的手机上运行。

Then you need to clean up and build the apk. If building apk seems like forever, make sure your internet connection is up.

然后你需要清理并构建apk。如果构建apk似乎永远,请确保您的互联网连接已启动。

#2


-1  

To Fix this Issue no need to enable gradle online mode. I just cleaned Project and done rebuild. Then restarted Android studio. Now it's build apk very fast. It's recommend to enable gradle offline mode (not for initial build and when importing new libs)

要解决此问题,无需启用gradle在线模式。我刚刚清理了Project并完成了重建。然后重启Android工作室。现在它构建apk非常快。建议启用gradle offline模式(不适用于初始构建和导入新库时)


推荐阅读
author-avatar
xiumin金珉锡吧1b
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有