Recompiled a working app and now it will not install. Full LogCat attached, but basically it's throwing a ClassCastException while trying to instantiate the app. The source has not changed, and a week ago this compiled and installed with no problems.
Compiling against version 2.2 and loading into a Droid also running 2.2
The SDK was downloaded months ago and has not been changed, and as far as I know the Droid has not been updated.
Did a complete clean and rebuild, no compile problems (working in Eclipse IDE). Assumed an environmental problem, so created a completely new Eclipse workspace, started a new Project, and imported all the code. Still get the same error.
Beginning of the main routine is:
The APK is in fact installed on the device, but throws this error on every attempt to start it.
Any thoughts?
Compiling against version 2.2 and loading into a Droid also running 2.2
The SDK was downloaded months ago and has not been changed, and as far as I know the Droid has not been updated.
Did a complete clean and rebuild, no compile problems (working in Eclipse IDE). Assumed an environmental problem, so created a completely new Eclipse workspace, started a new Project, and imported all the code. Still get the same error.
Beginning of the main routine is:
Code:
package com.screenpc;
/** MAIN routine for the ANDROID environment */
public class nimbus extends Activity
implements nimbusI
{
Any thoughts?