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

Cannot generate singed apk.

Here's some error messages I got

1.)

// Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { repositories { jcenter() } dependencies { classpath 'com.android.tools.build:gradle:0.12.2' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files } } allprojects { repositories { jcenter() } } –

2.)

Error:(13, 0) Could not find property 'signingConfigs' on org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler_Deco‌​rated@31ece11e. –

Is this related to a Treehouse video / challenge? If it is, consider tagging it with the related content, so that you can receive better support :)