Re: [android-developers] Re: File not found exception, while listed in manifest.xml file

2013-03-16 Thread niko20
Try doing a Project-Clean and see if that fixes it On Thursday, March 14, 2013 3:04:27 AM UTC-6, Piren wrote: try the various suggestions offered here: http://stackoverflow.com/questions/4820554/android-unable-to-instantiate-activity-classnotfoundexception Also since you said you imported

[android-developers] Re: File not found exception, while listed in manifest.xml file

2013-03-14 Thread Piren
you're not defining the activity correctly in the manifest... the activity name field needs a fully classified path to the class or should start with a period to fill in the package declared in the manifest. see: http://developer.android.com/guide/topics/manifest/activity-element.html On

Re: [android-developers] Re: File not found exception, while listed in manifest.xml file

2013-03-14 Thread Rakesh Jha
Piren, Thanks But i test all 3 posibility like - com.playcez.start .start start but result is same. :( any clue further.. :) On Thu, Mar 14, 2013 at 1:35 PM, Piren gpi...@gmail.com wrote: you're not defining the activity correctly in the manifest... the activity name field needs a fully

Re: [android-developers] Re: File not found exception, while listed in manifest.xml file

2013-03-14 Thread Piren
Are you sure your package is defined properly? Where you put your file matters... On Thursday, March 14, 2013 10:09:42 AM UTC+2, RKJ (Android developer) wrote: Piren, Thanks But i test all 3 posibility like - com.playcez.start .start start but result is same. :( any clue

Re: [android-developers] Re: File not found exception, while listed in manifest.xml file

2013-03-14 Thread skink
Rakesh Jha wrote: Piren, Thanks But i test all 3 posibility like - com.playcez.start .start start but result is same. :( any clue further.. :) try .Start pskink -- -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

Re: [android-developers] Re: File not found exception, while listed in manifest.xml file

2013-03-14 Thread Rakesh Jha
Yes Piren, application android:allowBackup=true android:icon=@drawable/ic_launcher android:label=@string/app_name android:theme=@style/AppTheme activity android:name=com.playcez.Start android:label=@string/app_name

Re: [android-developers] Re: File not found exception, while listed in manifest.xml file

2013-03-14 Thread Piren
just to be clear: in the manifest the manifest tag needs to say manifest ...package=com.playcez.start ... then your source directory needs to be ../src/playcez/Start.java And then the activity can have the name as .Start P.S - You should probably add another level to the package

Re: [android-developers] Re: File not found exception, while listed in manifest.xml file

2013-03-14 Thread Rakesh Jha
Thanks PSKink, I tested all three probability as i mentioned com.playcez.Start Start .Start but not getting any clue. On Thu, Mar 14, 2013 at 1:51 PM, skink psk...@gmail.com wrote: Rakesh Jha wrote: Piren, Thanks But i test all 3 posibility like - com.playcez.start .start

Re: [android-developers] Re: File not found exception, while listed in manifest.xml file

2013-03-14 Thread Rakesh Jha
No, Package is only package=com.playcez manifest xmlns:android=http://schemas.android.com/apk/res/android; package=com.playcez android:versionCode=1 android:versionName=1.0 Start is a FragmentActivity inside this package.. On Thu, Mar 14, 2013 at 1:53 PM, Piren gpi...@gmail.com

Re: [android-developers] Re: File not found exception, while listed in manifest.xml file

2013-03-14 Thread Piren
grrr... made a mistake: manifest ...package=com.playcez ... :-) Also, didn't notice what skink noticed - .Start is correct, capitalization matters On Thursday, March 14, 2013 10:23:47 AM UTC+2, Piren wrote: just to be clear: in the manifest the manifest tag needs to say manifest

Re: [android-developers] Re: File not found exception, while listed in manifest.xml file

2013-03-14 Thread Rakesh Jha
Sorry skpink Piren, I used capital .Start, but here by mistake i written small, i'm using capital S . like - application android:allowBackup=true android:icon=@drawable/ic_launcher android:label=@string/app_name android:theme=@style/AppTheme activity

Re: [android-developers] Re: File not found exception, while listed in manifest.xml file

2013-03-14 Thread Piren
is the file structure is correct (app/src/com/playcez/Start.java) (which i got wrong before as well lol.. i always forget the com) Also, your activity code doesn't have the package declared in it... it should say package com.playcez; at the top On Thursday, March 14, 2013 10:23:30 AM UTC+2,

Re: [android-developers] Re: File not found exception, while listed in manifest.xml file

2013-03-14 Thread Rakesh Jha
yes, correct Piren, 1. Activity class package com.playcez; is mentioned. 2. and Start.java is in correct package name Basically this project is working in different box(laptop), and i'm trying to import this project, since 2-3 i'm getting error and not getting any clue. :( On Thu, Mar 14, 2013

Re: [android-developers] Re: File not found exception, while listed in manifest.xml file

2013-03-14 Thread Piren
try the various suggestions offered here: http://stackoverflow.com/questions/4820554/android-unable-to-instantiate-activity-classnotfoundexception Also since you said you imported the project... i'd give it a second go. delete it all, copy the entire app folder again, go into eclipse an import

[android-developers] Re: File not found

2012-11-08 Thread Andrew Long
Thanks for your help, but when I can only seem to open the SDK manager from within Eclipse. When I try and run the SDK Manager.exe from windows explorer (even as administrator) nothing happens. Am I missing something? Andy On Saturday, 18 August 2012 13:01:03 UTC+1, Swami R wrote: Hi All,

[android-developers] Re: File not found

2012-10-16 Thread Taimoor Changaiz
Thanks for help :) Am new to andriod and your post make able me to do this thing On Friday, 12 October 2012 05:55:40 UTC+5, Anbu Laxman wrote: Hi, I am Anbu. Start the SDK manager as Administrator. -- - Right Click SDK Manager - Select Run As

[android-developers] Re: File not found

2012-10-12 Thread Anbu Laxman
Hi, I am Anbu. Start the SDK manager as Administrator. -- - Right Click SDK Manager - Select Run As Administrator - Click the YES button if you need more details please mail me *laxman.a...@gmail.com*laxman.a...@gmail.com thanks On Sunday, September 2, 2012

[android-developers] Re: File not found

2012-10-12 Thread warium
Salam. you just have to start your SDK manager using run as administrator -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

[android-developers] Re: File not found

2012-09-05 Thread manan
I am having similar problems and it's not making me sleep. Can anyone try and help us out...or maybe i have to uninstall and install all the package againand what if it does not work. Am working on a company's app and and the pressure is pilling on me. ANY HELP..??? -- You received this

[android-developers] Re: File not found

2012-09-02 Thread Pete Thottam
I am having the same problem when I try to install an Android Support Library update. On Saturday, August 18, 2012 5:01:03 AM UTC-7, Swami R wrote: Hi All, I have just joined andriod developers. When i try to update my sdk manager it is giving the following error. please help me out in

[android-developers] Re: File not found

2012-08-22 Thread amr
Run as admin On Saturday, August 18, 2012 5:31:03 PM UTC+5:30, Swami R wrote: Hi All, I have just joined andriod developers. When i try to update my sdk manager it is giving the following error. please help me out in this issue. Preparing to install archives Downloading Android SDK