0

I have included the start of the tutorial setup in case that helps with this.

android2Here is a screenshot in the beginning if setting up of a new android project

Here is a screenshot in the beginning if setting up of a new android project. It is referencing a "fragment Layout Name" that is not in the tutorials I find. For example, it is not in this tutorial:

http://developer.android.com/training/basics/firstapp/index.html

This is leading to more and more confusion for me.

(this question is the same question (from me) as confuson with existing android application tutorials)

Any idea why my set up is different from the official tutorial?

Community
  • 1
  • 1
user3018981
  • 234
  • 1
  • 9
  • Maybe you use a different version? It's really a problem? The important thing is to understand the code – Marco Acierno Mar 12 '14 at 18:38
  • Yes, that is true. My problem is that when I continue through the tutorials it is telling me to modify activity_main.xml, but mine looks nothing like the tutorial, so my ability to understand the code is diminished. – user3018981 Mar 12 '14 at 18:43
  • I think this may help you: http://stackoverflow.com/questions/9555337/how-to-downgrade-my-sdk-version – user3412866 Mar 12 '14 at 22:03

2 Answers2

1

It is due to the version.That is not a problem . There will be a fragment_main.xml will be added to the project. Which can modified or used later. This is for adding the fragments.

I am using the following tools version and i am able to follow the tutorial you have given I am listing out the things

eclipse juno - 1.10.2.v2

ADT Tool kit - 22.3.0

SO try with the versions above. I think you are using higher version.

Balaji Sabdhar M
  • 408
  • 1
  • 6
  • 26
0

After the removal of android and eclipse followed by a reinstall of both, the problem has gone away. Just for information, I did not reinstall eclipse. Instead I installed the android SDK bundle that includes eclipse. Thanks everyone for you help.

user3018981
  • 234
  • 1
  • 9