[android-beginners] Re: Problem running latest ADT in Eclipse on Mac 10.6?

2009-12-10 Thread Like The Color
Yes, cocoa.  The downloaded file is:

96247809 Nov 26 07:34 eclipse-java-galileo-SR1-macosx-cocoa.tar.gz


On Dec 2, 8:43 pm, phirstube  wrote:
> Which version Dan?  Cocca?  There are so many versions of Eclipse it
> is a bit ridiculous.
>
> On Dec 2, 1:50 pm, Like The Color  wrote:
>
> > Yes, I am using eclipse on OSX (10.6.2).  I had to get the 32-bit
> > version of eclipse though to get things working.
>
> > Best of luck,
> > Dan
>
> > On Nov 29, 1:26 pm, phirstube  wrote:
>
> > > Has anyone had any luck getting this to work?  My thought is that
> > > there is a bug that will not allow the ADT to load in Eclipse.

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


[android-beginners] Re: Problem running latest ADT in Eclipse on Mac 10.6?

2009-12-02 Thread Like The Color
Yes, I am using eclipse on OSX (10.6.2).  I had to get the 32-bit
version of eclipse though to get things working.

Best of luck,
Dan

On Nov 29, 1:26 pm, phirstube  wrote:
> Has anyone had any luck getting this to work?  My thought is that
> there is a bug that will not allow the ADT to load in Eclipse.

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


[android-beginners] Re: Android development with ADK in Eclipse on Snow Leopard

2009-12-02 Thread Like The Color
I had problems at first too (powerbook snow leopard).  If you haven't
tried it yet get the 32 bit version of eclipse.  Works for me now.
Once you do get it working you might want to increase the memory
eclipse uses - google it for details but it can be changed in the
eclipse.ini.

Dan

On Nov 24, 7:51 pm, phirstube  wrote:
> I have tried numerous combination of installs and this does not seem
> supported.  Does anyone have any success developing Android apps in
> Eclipse on Snow Leopard?  I installed Eclipse 3.4 and it will not even
> load after I do a software update in Eclipse.
>
> I was able to get ADK installed in windows/eclipse in a snap.

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


[android-beginners] Re: android sdk, eclipse + OS X

2009-12-02 Thread Like The Color
I'm developing on 10.6.  I had to get the 32 bit version of eclipse.

I got past farther than where the OP is at in the 64 bit version and
had problems later so I can't speak to that but I can verify that it
is possible on 10.6 (10.6.2 to be exact).

Dan

On Nov 24, 8:00 pm, phirstube  wrote:
> I dont think it is possible.  10.6 is not supported.
>
> On Nov 14, 2:50 am, swartzfeger  wrote:
>
>
>
> > All, having issues getting my Android dev environment up and running
> > on my OS X10.6machine. So far:
>
> > * downloaded the SDK
> > * installed eclipse 3.5
> > * downloaded ADT-0.9.4
>
> > Here's what I've done to try an install the adt plugin in eclipse:
>
> > Help > install new software > add site
>
> > I've tried 
> > bothhttps://dl-ssl.google.com/android/eclipseandhttp://dl-ssl.google.com/...no
> >  luck. I always
> > receive the error:
>
> > Cannot complete the install because one or more required items could
> > not be found.
> > Software being installed: Android Development Tools
> > 0.9.4.v200910220141-17704 (com.android.ide.eclipse.adt.feature.group
> > 0.9.4.v200910220141-17704)
>
> > I tried installing it locally by selecting the archive/.zip
> > (uncompressed) and receive the same error as above.
>
> > Help! I'm really jonesin' to get started on this :)
>
> > Jay

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


[android-beginners] Re: Why R,java file is missing from Android open source apps

2009-12-02 Thread Like The Color
The R.java file is generated by the IDE automatically.  Correct me if
there is a better way to do this as I am just starting out in Android
dev but every time I modify, e.g., res/layout/main.xml, and save it
eclipse regenerates R.java for me.

Dan

On Nov 26, 9:08 pm, ChilLfiRe  wrote:
> I am trying to Import open source Android app using Google and SVN
> plugin for Eclipse but it seems all of them are missing the R.Java
> file. I couldn't figure out how to generate R.java file or why is it
> missing?
>
> I have tried Importing the project as Android Project and eclipse
> seems to create the gen folder but it remains empty.
>
> Any help will be appreciated.
>
> Thanks

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


[android-beginners] Re: how to start in SDK

2009-11-18 Thread Like The Color
Hello Shawn,

I am in the same situation.  I just stared looking into all this about
2 days ago.

I have found the developer's site to be very useful (http://
developer.android.com/guide/appendix/faq/index.html).  The Tutorials
and Sample Code section has exactly what you're looking for.  The
samples are easy to follow.  One of the most useful things I've found
about the samples is that it's not just code.  They describe why the
code is the way it is so you get a better understanding of what's
going on.

Best of luck to you.

Dan

By the way, it would probably be a good idea to read this group's main
page (http://groups.google.com/group/android-beginners) before
posting.  The above link to the FAQ can be found there.

On Nov 14, 12:50 am, shawn  wrote:
> i am very new to this type of software, but like to learn, can
> somebody guide me for start in sdk or show me the link to create
> "Hello, Android" project
> thankx

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