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
Sam wong
Courses Plus Student 447 PointsError:Execution failed for task ':app:dexDebug'.
Im using android studio and add parse compile to my grade dependencies and i get this error, did anyone know how to solve, urgent.
Sam wong
Courses Plus Student 447 PointsSam wong
Courses Plus Student 447 Pointsand this is my grade file
apply plugin: 'com.android.application' android { compileSdkVersion 23 buildToolsVersion "23.0.1"
} dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) testCompile 'junit:junit:4.12' compile 'com.android.support:appcompat-v7:23.1.0' compile 'com.android.support:design:23.1.0' compile 'com.parse.bolts:bolts-android:1.+' compile 'com.parse:parse-android:1.+' }