[android-developers] Re: Global Variable extended Application Class causing ClassCastException

2011-04-16 Thread ArcDroid
Thanks for the quick reply and thanks for pointing out my error in my manifest. Here is the new one, but still having the same issue. Also tried getApplication() vs. getApplicationContext(). ?xml version=1.0 encoding=utf-8? manifest xmlns:android=http://schemas.android.com/apk/res/android;

[android-developers] Re: Global Variable extended Application Class causing ClassCastException

2011-04-16 Thread Mark Murphy
On Sat, Apr 16, 2011 at 10:46 AM, ArcDroid jacobrjohn...@gmail.com wrote: Thanks for pointing that out, but still having troubles...I hope you dont mind the direct email. Yes, actually, I do, which is why I am sending this back to the list. ?xml version=1.0 encoding=utf-8? manifest

[android-developers] Re: Global Variable extended Application Class causing ClassCastException

2011-04-16 Thread ArcDroid
Thanks Mark for helpI finally got it working. Have a nice weekend. ?xml version=1.0 encoding=utf-8? manifest xmlns:android=http://schemas.android.com/apk/res/android; package=com.arcdroid.Vars android:versionCode=1 android:versionName=1.0 application