[android-developers] Drawable Query

2012-10-09 Thread Darryl Griffiths
I am working on a simple animation using the animation-list attribute.  I
have all my sequenced images in the drawable-xhdpi folder and the first
line of my XML looks like this:

item android:drawable=@drawable/animation_0 android:duration=30 /

To keep things tidy, I decided to create a new folder called seq inside
of the drawable-xhdpi and moved my images inside.  Of course I got errors
in my animation.xml file, so I changed the first line to:

item android:drawable=@drawable/seq/animation_0 android:duration=30
/

Still showing an error so could someone help.  Thanks.

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] .xml and .Java file names for the main activity?

2012-09-20 Thread Darryl Griffiths
My question is, when creating a new Android project from scratch, does the
main activity .xml  .java files have to be named as they come:

MainActivity.java
activity_main.xml

I have tried renaming them as test runs and I seem to run into strange
problems, which I can only presume is the above.  The reason I ask is
because I am trying to follow an android tutorial, and the he calls his
.xml (main.xml), but he is operating on an older version of eclipse under
2.3.3.

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Problems With AVD, Again!

2012-09-19 Thread Darryl Griffiths
My AVD thats configured for 2.3.3 Gingerbread has been working fine for
days, but this evening its decided to play up after me deleting the device
and creating a new one :-(

Snapshot is enabled and it loads up fine displaying hello world, but the
app doesn't update after me replacing the hello world string to a new
string (still a early beginner).  I only have one activity where my message
resides.

The message from the console reads...

[2012-09-19 22:18:58 - Daz] Waiting for HOME ('android.process.acore') to
be launched

I have tried deleting the virtual device twice and ever since I am getting
this problem.  I am running the latest Eclipse Juno under Mac osx Lion.

Thanks

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Problems with AVD loading my app

2012-08-03 Thread Darryl Griffiths
Im sorry for that its just i made some grammatical errors plus my first
initial question didn't show up until today. Sorry what was your
clarification question?
On Aug 3, 2012 5:03 PM, Justin Anderson magouyaw...@gmail.com wrote:

 Ok, you just recently asked this exact same question...  I asked a
 clarification question on the first thread that you started.  Please don't
 post your question multiple times...

 Thanks,
 Justin Anderson
 MagouyaWare Developer
 http://sites.google.com/site/magouyaware


 On Fri, Aug 3, 2012 at 9:57 AM, Daz daz1...@gmail.com wrote:

 I am very new to Android Development and I cannot pursue a proper
 communication between Eclipse and the Android AVD, here is the info below:

 I am using Eclipse 4.2 for the mac with the API10 SDK (2.3.3). I have
 setup a Gingerbread AVD (because the tuts I am following do so) and created
 an Android App within Eclipse (a simple preset hello world test app). As
 soon as I compile, the AVD is completely breaks or fails to load. The AVD
 either pops up in the dock then instantly disappears(crashes) or it loads
 up and does not boot my app and its nowhere to be seen in the virtual app
 list? I have setup the same scenario on my Windows 7 based computer and
 that seems to work okay, but I am confused why its not working properly on
 the Mac (10.6.9  10.7.4)?

 --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en


  --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en