Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialAaron Goodman
3,953 PointsAndroid Studio Could not find method runProguard() for arguments
Hey folks, just a heads up here, if you're skipping around the android classes like I am and downloading the relevant files to do the tutorial, you might run into issues with gradle not being able to sync. If you get the error in the title, you'll want to change runProguard false to minifyEnabled false.
Solution found below: http://stackoverflow.com/questions/27233800/android-studio-could-not-find-method-runproguard-for-arguments
http://tools.android.com/tech-docs/new-build-system/migrating-to-1-0-0
Cindy Michalowski
9,405 PointsCindy Michalowski
9,405 PointsThanks so much! You just saved me a bunch of time and aggravation. :)