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) User Input Using EditText for Text Input

aj naik
aj naik
827 Points

how to use project file to see the source code !??

i want to look the source code for this app ?? how to check it

2 Answers

Hiya,

I downloaded the project files and unzipped the package to a location I chose.

In Android Studio, I chose "Open an existing project" from the startup splash screen and then selected the project folder that I just unzipped.

There were a few errors to work through due to newer versions of Gradle being available. I just asked Android Studio to fix those issues which is did.

Then there's one last issue to fix yourself. In build.gradle there's a line that says runproguard false. That needs to be changed to minifyEnabled false. Don't worry about why ... it just needs to be done. There's no need to share the pain of finding that solution; just the joy of fixing it!!

You should then be good to go. If not, shout back and I'll see what I can do.

Steve.

Hi there,

Apologies but I don't understand your question. Have you downloaded the project files rather than writing the code along with the video?

If so, what are you seeing? Can you do a screen shot and post that in here?

Cheers,

Steve.

aj naik
aj naik
827 Points

yes bro i have downloaded the project but i have no idea what to do next