Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 3.4 fails to find APK #65

Closed
nick-fedesna opened this issue Jan 17, 2020 · 2 comments
Closed

Version 3.4 fails to find APK #65

nick-fedesna opened this issue Jan 17, 2020 · 2 comments
Assignees
Labels

Comments

@nick-fedesna
Copy link

Gradle 5.4.1
AGP: 3.5.3

Didn't change any configuration and because you suggest 3+ for your dependency, project was upgraded to 3.4 (released yesterday it seems) and get the following error:

Can't find any APK file to upload.
java.io.IOException: Apk not found.

IDK what changed, and perhaps this works on more up-to-date Gradle/AGP, but I don't have time to check that now, will check that next week when I get another suggestion to update those.

NOTE: using + for dependency is now a discouraged practice and I would suggest you stop recommending that ASAP

@diegoperini
Copy link
Member

diegoperini commented Jan 17, 2020

@nick-fedesna Thanks for reporting this bug and sorry for the inconvenience.

We suggest MAJOR.+ minor, hoping that nothing will break between minor releases. This apparently indicates a bug on our side which we will look into as soon as possible. In the meantime, you can rollback to 3.3 to avoid the issue. I will post a postmortem here once a fix is ready.

To be able to speed up debugging, can you share a few details like below?

  1. The exact command (including the application variant name) that gives this error.
  2. The APK's absolute path which this plugin couldn't find.
  3. Any other stacktrace entry if exists any.
  4. The environment that runs this gradle plugin. (is it CI or dev machine?, Windows, Mac or Linux?)

@diegoperini diegoperini self-assigned this Jan 17, 2020
@diegoperini diegoperini pinned this issue Jan 17, 2020
@diegoperini
Copy link
Member

Hi @nick-fedesna ,
Can you try 3.5 and see if it solves your issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

3 participants