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 trialCameron Stewart
18,050 PointsStarter files compatible with Android Studio 1.0
hi,
Is it possible that you provide a version of the starter files that are compatible with the newer versions of the SDK, IDE and Gradle.
I am having issues building that are not obvious to me how to fix.
Kind regards, Cameron
Cameron Stewart
18,050 PointsThanks for replying Ratul.
Unfortunately, I am unable to get the same results. On build the gradle terminal says that the old version is to be replaced and the project re-imported. After selecting 'fix' the following error message appears in the gradle status console: Error:(15,0)
'Gradle DSL method not found: 'runProguadr()'
possible causes: The project mememaker may be using a version of Gradle that does not contain the method The build file may be missing a Gradle plugin.
What am I doing wrong?
1 Answer
Ratul Sarna
Courses Plus Student 11,618 PointsImport the starter files instead of Opening them. Then in the build.gradle file in the mememaker/app folder look for this line- runProguard() false
And change it to - minifyEnabled false
Cameron Stewart
18,050 PointsOk great! will give it a try! Cheers mate!
Ratul Sarna
Courses Plus Student 11,618 PointsRatul Sarna
Courses Plus Student 11,618 PointsTry using Import Project instead of Open Project for the starter project folder. It worked for me.