Re: [android-developers] Re: R cannot be resolved to a variable error in intro example code

2012-03-24 Thread Justin Anderson
What API are you building against? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Mar 22, 2012 at 11:20 AM, firebreather michaelirvingbr...@gmail.com wrote: this is the MainActivity.java file in the Hello Android example code: package

[android-developers] Re: R cannot be resolved to a variable error in intro example code

2012-03-22 Thread firebreather
yes, the res/layout/main.xml file in the hello world example code in the android adt reads as follows in eclipse for me: ?xml version=1.0 encoding=utf-8? LinearLayout xmlns:android=http://schemas.android.com/apk/res/ android android:layout_width=fill_parent

[android-developers] Re: R cannot be resolved to a variable error in intro example code

2012-03-22 Thread firebreather
this is the MainActivity.java file in the Hello Android example code: package com.dummies.android.helloandroid; import android.app.Activity; import android.os.Bundle; public class MainActivity extends Activity { /** Called when the activity is first created. */ @Override public

[android-developers] Re: R cannot be resolved to a variable error in intro example code

2012-03-22 Thread firebreather
i got an email which solved the first R cannot be resolved to a variable from Chuck Krutsinger, who has been very patient with this newbie: The import you refer to is not technically a bug. The compiler is looking for a file named R, which it will find in the gen directory if your IDE has