Reputation: 271
I just wanted to build my app in Android Studio. However, after I changed somethings in my XML files, now it is giving the following error:
FAILURE: Build failed with an exception.
* What went wrong:
java.io.IOException: Argument list too long
> Argument list too long
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
Total time: 2.827 secs
I don't know what this is. I've searched a lot on the Internet, but couldn't find a solution.
Upvotes: 2
Views: 1912
Reputation: 3175
Try with Build > Clean project, then Rebuild. Android Studio is not yet a finished product.
Upvotes: 1