[android-developers] Re: AndroidManifest.xml file missing!

2008-12-24 Thread billt....@gmail.com
Hi Chander, Xavier, Ralf and Fred, Thank you all very much. I am working on the Android source code. I'm trying to add some features into Browser application. The files I touched are in native webkit, framework/webview, and Browser package. I have to use the full source instead of basing on

[android-developers] Re: AndroidManifest.xml file missing!

2008-12-14 Thread Ralf
On Tue, Dec 9, 2008 at 6:43 PM, billt@gmail.com billt@gmail.com wrote: Hi Ralf, If I create it as Android Project and Select Create project from existing source, it won't proceed further because the AndroidManifest.xml doesn't exist in the top path of the source (The Finish button

[android-developers] Re: AndroidManifest.xml file missing!

2008-12-14 Thread Xavier Mathews
If you dont use xml why cant you sub and use rss. On 12/14/2008, Ralf ralfo...@gmail.com wrote: On Tue, Dec 9, 2008 at 6:43 PM, billt@gmail.com billt@gmail.com wrote: Hi Ralf, If I create it as Android Project and Select Create project from existing source, it won't proceed

[android-developers] Re: AndroidManifest.xml file missing!

2008-12-09 Thread Ralf
On Fri, Dec 5, 2008 at 5:49 PM, Bill Tan [EMAIL PROTECTED] wrote: Hi all, I created a project for Android development in eclipse according to http://source.android.com/using-eclipse: If Eclipse asks you for a workspace location, choose the default. If you have a Welcome screen, close it to

[android-developers] Re: AndroidManifest.xml file missing!

2008-12-09 Thread billt....@gmail.com
Hi Ralf, If I create it as Android Project and Select Create project from existing source, it won't proceed further because the AndroidManifest.xml doesn't exist in the top path of the source (The Finish button keeps disabled). Where can I copy it from? Thanks, Bill On Dec 9, 12:05 am, Ralf

[android-developers] Re: AndroidManifest.xml file missing!

2008-12-08 Thread billt....@gmail.com
Hi Fred, I installed the Eclipse for RCP/Plug-in Developers (175 MB) (eclipse- rcp-ganymede-SR1-linux-gtk.tar.gz) The version is: Eclipse SDK: 3.4.1 Build id: M20080911-1700 com.android.ide.eclipe.adt: 0.8.0.v200809220836-110569 Thanks, Bill On Dec 6, 5:49 pm, Fred Grott(shareme) [EMAIL

[android-developers] Re: AndroidManifest.xml file missing!

2008-12-06 Thread Fred Grott(shareme)
Hi Bill which version of the SDk are you using and which version of the Eclipse ADt plugin are you using? On Dec 5, 7:49 pm, Bill Tan [EMAIL PROTECTED] wrote: Hi all, I created a project for Android development in eclipse according tohttp://source.android.com/using-eclipse:    1. If