机器人工作室的生成错误调试unaligned.apk路径未​​找到机器人、路径、错误、工作室

2023-09-07 12:20:28 作者:梦里称王

昨天晚上,我更新了我的机器人工作室0.5.3既然比我得到每当我试图生成一个签名,APK此错误信息。当我刚刚运行的项目超过Android的工作室,它不会发生。

Last night I updated my android studio to 0.5.3 and since than i am getting this error message whenever I am trying to generate a signed-apk. It does not occur when I am just running the project over android studio.

我试过重建,清洗工程,重新启动机器人工作室,重新导入项目,没有成功。我是pretty的绝望,现在

I tried rebuilding, cleaning project, restarting android-studio, reimporting the project, no success. I am pretty desperate right now

编辑:我发现,不产生实际调试未对齐的......但是,为什么会这样?为什么我需要生成它,如果我只是尝试登录该应用程序

i found out that actually debug-unaligned is not generated... But why is that? And why do i need to generate it if i am just trying to sign the app

推荐答案

在0.5.3中,我们试图不让它做一个完整的构建一个APK除非它需要加快构建过程,但我们错过了某些情况下,它需要

In 0.5.3, we tried to speed up the build process by not having it do a full build to an APK except when it needs to, but we missed some cases where it needs to.

您可以按照 HTTPS进展:// code.google.com / P /安卓/问题/详细信息?ID = 67948 但在此期间,你可以解决它通过运行 assembleRelease 任务,通过命令行或从摇篮任务视图:

You can follow progress in https://code.google.com/p/android/issues/detail?id=67948 but in the meantime you can work around it by running the assembleRelease task, either from the command line or from the Gradle tasks view: