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 an Interactive Story App (Retired) Finishing the User Interface Formatting Strings

Error when RUN, but there is no error on files

I got this error when A RUN my app, anybody can help?

Error:Execution failed for task ':app:buildInfoDebugLoader'.
> Exception while doing past iteration backup : Source /Users/adit/AndroidStudioProjects/InteractiveStory/app/build/intermediates/builds/debug/63377149281662/classes.dex and destination /Users/adit/AndroidStudioProjects/InteractiveStory/app/build/intermediates/builds/debug/63377149281662/classes.dex must be different

Ben Jakuben Ben Deitch

Ben Deitch
Ben Deitch
Treehouse Teacher

Have you tried cleaning/rebuilding the project? (Build -> Clean Project and then Build -> Rebuild Project)

1 Answer

Thanks Ben will try that.

Also do you know any 3rd party like OKHTTP etc that handle mysql db. What I am trying to do is convert this page (http://sneaklinid.com/status/) into android app. User enter invoice no, and get status from the DB (MySQL). And recommend link for this type of project?

Thanks before.

Ben Deitch