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 trial

Android

Can't open interactive story

I can't open Interactive story ever since I updated Android studio I just wont open any version of Interactive Story , I have installed the old version and the new an every time get an error in the newest version of android studio i get : Error:(16, 0) Build script error, unsupported Gradle DSL method found: 'runProguard()'!

And if I use the old version it ask's me to update my AS version. This has been the incredibly frustrating I have tried for days to make this work and I just don't seem to get it to work mater what version I use or how many times I re-install the software I haven't been able to do any work since last week. I just need to setup Android Studio an get to work , please help me I'm about to drop the entire project because of this.

2 Answers

Seth Kroger
Seth Kroger
56,413 Points

"runProguard" was changed to "minifyEnabled" in the new versions. Edit your build.gradle file for the app module, find where is says "runProguard" and change it.

Thank you will do that , I got it running somehow in the old version , but I appreciate very much your answer I might try to update my android studio later and apply your fix.