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 Build a Simple Android App (2014) Testing and Debugging Running the App on a Device

Manohar HS
Manohar HS
1,084 Points

HOW TO IMPORT PROJECT TO ANDROID STUDIO

i had downloaded the projects from download section. i had imported the projects in Android Studio. runProguard() not found error. further i cant able to run or debug the application without solving this. can u help me in this

1 Answer

Ben Deitch
STAFF
Ben Deitch
Treehouse Teacher

Sounds like you have a newer version of Gradle than the imported project. You can figure out what needs to be updated by quickly creating a new project (or using a recent project) and comparing Gradle files between the new project and the imported project. I think it's both build.gradle files and the gradle-wrapper.properties file that need updating.