BufferOverflowException when building application

I was able to get my problem project to build by adding this extra line:

sdk.buildtools=18.1.1

…to my project.properties file, which is present in the root of the project folder. All other approaches seemed to fail for me.

Leave a Comment