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 trialbreyonnamingledoff
2,600 PointsParseObject.object
I have tried multiple different dependencies and nothing is seeming to work.I have followed word for word with the video, It keeps telling me Cannot Resolve Symbol?
dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) compile 'com.android.support:appcompat-v7:21.0.3' }
compile 'com.android.support:appcompat-v7:*' compile fileTree('src/main/Libs')
dependencies { compile 'com.android.support:appcompat-v7:21.0.3' compile fileTree('src/main/libs') }
2 Answers
George Pirchalaishvili
3,747 PointsTry this one :)
ParseObject object;
breyonnamingledoff
2,600 PointsI tried and now I have another error?
I tried to Test to see if i set up properly and keep getting this? Error:A problem occurred configuring project ':app'.
Project app: Only Jar-type local dependencies are supported. Cannot handle: C:\Users\AndroidStudioProjects\Ribbit\app\src\main\libs\bolts-android-1.1.4.jar.properties
testObject.saveInBackground();
What am I doing wrong?