Re: [android-developers] Problem with R class, ids and layouts not resolved

2012-02-24 Thread TreKing
On Fri, Feb 24, 2012 at 7:49 AM, Luigi Caradonna wrote: > What's the problem? What does your import statements look like? I would guess you're importing the wrong R class. - TreKing

[android-developers] Problem with R class, ids and layouts not resolved

2012-02-24 Thread Luigi Caradonna
The problem of my app is that in the onCreate() method I have some "cannot be resolved or is not a field" errors. Lines where I have the problem are: setContentView(R.layout.main); //problem on main AutoCompleteTextView textStationFrom = (AutoCompleteTextView) findViewById(R.id.stationfrom);// pr