Re: [android-developers] Re: My Newbie problem with compiling the HelloAndroid App

2011-12-05 Thread Mukesh Srivastav
Dude, Very simple problem u have it. Please look at my below statment that would help in resolving. 1. open the Activity ( I mean Java source code) 2. in your Java File, you might added the following import statment import android.R; 3. Remove that import statment and add your package

[android-developers] Re: My Newbie problem with compiling the HelloAndroid App

2011-12-05 Thread Akimoto_Lee
me too.but in my eclipse ,it's auto^^go to ^^try^ahahah~~ On 12月5日, 上午11时52分, TreKing treking...@gmail.com wrote: On Mon, Nov 28, 2011 at 9:48 PM, Jerry jsmet...@gmail.com wrote: The error message says that R.layout.main can't be run... That file is

[android-developers] Re: My Newbie problem with compiling the HelloAndroid App

2011-12-04 Thread Droid
You have to right click on the project folder and then find run I think you are right clicking on R java or something. Its only the project file at the top that runs That's my guess. On Nov 29, 3:48 am, Jerry jsmet...@gmail.com wrote: I have Eclipse Gallileo hosting Android 4.0 platform,