[android-beginners] Re: how to create AndroidManifest.xml

2009-07-02 Thread Kenny
?xml version=1.0 encoding=utf-8? manifest xmlns:android=http://schemas.android.com/apk/res/android; package=com.example android:versionCode=1 android:versionName=1.0 application android:icon=@drawable/icon android:label=@string/ app_name activity android:name=.test

[android-beginners] Re: how to create AndroidManifest.xml

2009-07-01 Thread Naveen Krishna Ch
2009/7/1 subram subram...@gmail.com Hi there I have an doubt regarding creating new androidmanifest.xml file,since i need to create an android project from an existing path that is my .so, What is this .so ??? when i give like this it shows androidmnifest.xml not found,kindly suggest

[android-beginners] Re: how to create AndroidManifest.xml

2009-07-01 Thread Desu Vinod Kumar
I creates default when we create a new project for more details http://developer.android.com/guide/topics/manifest/manifest-intro.html On Wed, Jul 1, 2009 at 5:23 PM, subram subram...@gmail.com wrote: Hi there I have an doubt regarding creating new androidmanifest.xml file,since i need

[android-beginners] Re: how to create AndroidManifest.xml

2009-07-01 Thread subram
Hi thanks for your replies Actually if u want to create a new project from existing sources you need the androidmanifest.xml,java src,i have the java src but i did't have the .xml,how to create,there is an option in eclipse to create new androidmanifest.xml file but its not working,it gives

[android-beginners] Re: how to create AndroidManifest.xml

2009-07-01 Thread Desu Vinod Kumar
Hi i didn't get u what is actual requirement . why u need to create the android manifest.xml On Wed, Jul 1, 2009 at 5:43 PM, subram subram...@gmail.com wrote: Hi thanks for your replies Actually if u want to create a new project from existing sources you need the

[android-beginners] Re: how to create AndroidManifest.xml

2009-07-01 Thread subram
since i need to create new android project from existing source On Jul 1, 5:17 pm, Desu Vinod Kumar vinny.s...@gmail.com wrote: Hi i didn't get u what is actual requirement . why u need to create the android manifest.xml On Wed, Jul 1, 2009 at 5:43 PM, subram