Prerequisites for Android Xperience :- Configuring your computer / Github account

88 views
Skip to first unread message

Carlus Henry

unread,
Jun 10, 2013, 7:47:54 AM6/10/13
to grand-rapids-j...@googlegroups.com
Good morning everyone,

Attached to this announcement, you will find the prerequisites documents on how to get your machine configured so that you are ready for the Android Xperience (Thanks Jonas).  Along with installing the necessary software, you also may want to sign up for a github account if you do not already have one.  While this is not mandatory for the first meeting, we are still bouncing around some ideas that would include using GitHub for storing some of the code that we develop.

If there are any questions or concerns, please let us know.

Thanks
Carlus
Quick Installation Guide for ADT - Google Drive.pdf

Jeremy Anderson

unread,
Jun 10, 2013, 9:39:38 AM6/10/13
to grand-rapids-j...@googlegroups.com
Or you could use the new Android Studio, which is what the Android site is recommending now. http://developer.android.com/sdk/installing/studio.html

I may not be able to make this first meetup as we have a cub scout bike ride scheduled, so unless it's raining, I won't be able to make it. :(

--Jeremy

--
You received this message because you are subscribed to the Google Groups "Grand Rapids Java User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to grand-rapids-java-us...@googlegroups.com.
To post to this group, send email to grand-rapids-j...@googlegroups.com.
Visit this group at http://groups.google.com/group/grand-rapids-java-user-group?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
 
 
<Quick Installation Guide for ADT - Google Drive.pdf>

Carlus Henry

unread,
Jun 10, 2013, 10:23:41 AM6/10/13
to grand-rapids-j...@googlegroups.com
We are definitely interested in the new Android Studio based on IntelliJ and we are open for ways to integrate that into the next couple of months.  However, when we weighed the option of attempting to learn a new IDE on top of putting on this event, we landed in the camp of choosing to use Eclipse which is the tool that we are most familiar with.  This way, we can spend more time learning Android, and less time attempting to get familiar with a new tool.

However, with that being said, I am definitely interested if you or anyone else wants to give us an overview of IntelliJ, so that we can be up to speed on the tool and have a better migration path to IntelliJ in the future.  But for now, if everyone can use the same IDE (Eclipse), that will help the meeting go a lot smoother.

Thanks
Carlus


On Monday, June 10, 2013 9:39:38 AM UTC-4, Jeremy Anderson wrote:
Or you could use the new Android Studio, which is what the Android site is recommending now. http://developer.android.com/sdk/installing/studio.html

I may not be able to make this first meetup as we have a cub scout bike ride scheduled, so unless it's raining, I won't be able to make it. :(

--Jeremy
On Jun 10, 2013, at 7:47 AM, Carlus Henry <carlu...@gmail.com> wrote:

Good morning everyone,

Attached to this announcement, you will find the prerequisites documents on how to get your machine configured so that you are ready for the Android Xperience (Thanks Jonas).  Along with installing the necessary software, you also may want to sign up for a github account if you do not already have one.  While this is not mandatory for the first meeting, we are still bouncing around some ideas that would include using GitHub for storing some of the code that we develop.

If there are any questions or concerns, please let us know.

Thanks
Carlus

--
You received this message because you are subscribed to the Google Groups "Grand Rapids Java User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to grand-rapids-java-user-group+unsub...@googlegroups.com.

Dan Mikita

unread,
Jun 10, 2013, 11:22:06 AM6/10/13
to grand-rapids-j...@googlegroups.com
Also, I have started using the new Android Studio and it lives up to its current designation of an Early Access Release.  It will usually crash for me within the first 15 minutes of using it.  Definitely not production ready.


Dan Mikita
(616) 262-5733
--

  



To unsubscribe from this group and stop receiving emails from it, send an email to grand-rapids-java-us...@googlegroups.com.

Murali

unread,
Jun 11, 2013, 11:10:23 PM6/11/13
to grand-rapids-j...@googlegroups.com
Hi team - 

I've installed Eclipse and other ADT tools according to the install doc.
But when I import sample project (ContactManager), I get 39 errors. Most of them related to R resource.

Am I doing something wrong? Any insights is greatly appreciated.

Thanks,
Murali.

Dan Mikita

unread,
Jun 12, 2013, 8:10:20 AM6/12/13
to grand-rapids-j...@googlegroups.com
Typically when you have compile errors related to the R file it is because the R file hasn't been updated.  If you aren't already aware, the R file is generated differently for everyone, thus you never want to check that into any version control system.  Every time I have had that issue I needed to do a clean & build within Eclipse.

Give that a try and let me know if that works.

Thanks,


Dan Mikita
(616) 262-5733
--

  



--
Message has been deleted

Murali

unread,
Jun 12, 2013, 11:44:26 PM6/12/13
to grand-rapids-j...@googlegroups.com
Thanks Dan.
I tried Clean and Rebuild as you suggested.
I am getting the following errors.

Description Resource Path Location Type
account_entry cannot be resolved or is not a field ContactAdder.java /ContactManager/src/com/example/android/contactmanager line 367 Java Problem

When I check the line, I am not sure what's wrong here. 
setDropDownViewResource(R.layout.account_entry);


I have tried to close the project, delete it and recreate the project from samples - as mentioned the Quick installation document.

What do you suggest from here?

Thank you for your assistance.

Murali.


On Wednesday, June 12, 2013 8:10:20 AM UTC-4, Dan Mikita wrote:
Typically when you have compile errors related to the R file it is because the R file hasn't been updated.  If you aren't already aware, the R file is generated differently for everyone, thus you never want to check that into any version control system.  Every time I have had that issue I needed to do a clean & build within Eclipse.

Give that a try and let me know if that works.

Thanks,


Dan Mikita
(616) 262-5733
--

  



On Tue, Jun 11, 2013 at 11:10 PM, Murali <Murali....@gmail.com> wrote:
Hi team - 

I've installed Eclipse and other ADT tools according to the install doc.
But when I import sample project (ContactManager), I get 39 errors. Most of them related to R resource.

Am I doing something wrong? Any insights is greatly appreciated.

Thanks,
Murali.


On Monday, June 10, 2013 7:47:54 AM UTC-4, Carlus Henry wrote:
Good morning everyone,

Attached to this announcement, you will find the prerequisites documents on how to get your machine configured so that you are ready for the Android Xperience (Thanks Jonas).  Along with installing the necessary software, you also may want to sign up for a github account if you do not already have one.  While this is not mandatory for the first meeting, we are still bouncing around some ideas that would include using GitHub for storing some of the code that we develop.

If there are any questions or concerns, please let us know.

Thanks
Carlus

--
You received this message because you are subscribed to the Google Groups "Grand Rapids Java User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to grand-rapids-java-user-group+unsub...@googlegroups.com.

Carlus Henry

unread,
Jun 13, 2013, 7:49:05 AM6/13/13
to grand-rapids-j...@googlegroups.com
Murali,

Did you run this step:

4. If you see build errors right click ContactManager project > Android Tools > Fix Project Properties

Thanks

Murali.Gopalan

unread,
Jun 13, 2013, 9:42:38 AM6/13/13
to grand-rapids-j...@googlegroups.com
Yes, I did run that step several times.
Last night - I did a clean start to the process - still ended up in the same issue.

Thanks,
Murali.
Sent from mobile device, please ignore typos.
To unsubscribe from this group and stop receiving emails from it, send an email to grand-rapids-java-us...@googlegroups.com.

Carlus Henry

unread,
Jun 14, 2013, 9:13:16 AM6/14/13
to grand-rapids-j...@googlegroups.com
Yes Eric, that is correct.

Thanks
Carlus


On Wed, Jun 12, 2013 at 2:18 PM, EricTheRed <eric....@gmail.com> wrote:
In both the email .pdf attachment, and the Google Doc, in the first sentence, "your best option is to download the Android Developer Tools bundle which can be found here", "here" looks like a link, but is not.  I infer that it is also supposed to be http://developer.android.com/sdk.  Then click "Download the SDK ADT Bundle for Windows."

--
You received this message because you are subscribed to the Google Groups "Grand Rapids Java User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to grand-rapids-java-us...@googlegroups.com.
To post to this group, send email to grand-rapids-j...@googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.
 
 
Reply all
Reply to author
Forward
0 new messages