-
Notifications
You must be signed in to change notification settings - Fork 67
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
Failed with "error=7, Argument list too long" #14
Comments
Hi, i have the same issue, my module has some flovers, and on gradle task ':mymodule:androidFindbugs' i have following output error:
|
I've the same issue |
Sorry for late answer, I was in vacation. Now I try to fix this issue. |
Any idea on how to fix this? |
Same here. |
Hello @stefan-nsk any updates about this issue? |
Facing the same issue. Tries to pass more than required argument to a command at UNIXProcess.forkAndExec. |
Hello all, i think i found solution:
After that you can run: |
:kepler:androidFindbugs FAILURE: Build failed with an exception.
BUILD FAILED Total time: 18.125 secs |
Any update regarding this issue? |
any ideas how to fix this ? |
I applied the plugin to my app and the findBugs step died with an error saying:
When I ran the build with a
--debug
flag I could see why - your plugin configures the execution of the external Java command "-sourcepath" option with individual java and class files, not directories/packages.Happy to work with you if you need more info, or to run more tests.
Thanks!
The text was updated successfully, but these errors were encountered: