user2971732
user2971732

Reputation: 271

Argument list too long

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

Answers (1)

Ante Vrli
Ante Vrli

Reputation: 3175

Try with Build > Clean project, then Rebuild. Android Studio is not yet a finished product.

Upvotes: 1

Related Questions