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 a Simple Android App (retired 2014) Pretty Little Things Animating the Crystal Ball

Simple Android App challenges not working? or is it only me..

Define a method called 'animateFrog()' and put the existing line of code that declares the 'frogImage' variable inside the curly braces of the new method. Make the method public, return nothing (void), and have no parameters. My solution is:

```public void animateFrog(){

ImageView frogImage = (ImageView) findViewById(R.id.frog); }

Am I missing something?

Also when I go to preview  I get this:

JavaTester.java:2: package android.os does not exist
import android.os.Bundle;
                 ^
JavaTester.java:5: package android.widget does not exist
import android.widget.ImageView;
                     ^
JavaTester.java:6: package android.graphics.drawable does not exist
import android.graphics.drawable.AnimationDrawable;
                                ^
3 errors

Any ideas what the issue is?

1 Answer

Nathan Williams
seal-mask
.a{fill-rule:evenodd;}techdegree
Nathan Williams
Python Web Development Techdegree Student 6,851 Points

Hi Alo,

Just wanted to touch base here and let you know that this was likely related the same issue I addressed in your other question a couple minutes ago. Our apologies for any confusion, and let us know if you run into any further trouble!

Cheers,

Nathan W