My application compiles and I go to run and immediately the app crashes and I get this error in logcat
Unable to instantiate application com.my.java.lang.ClassNotFoundException
So it seems like for some reason the app can't find one of my classes. I have no idea why this is happening, the .java file exists in that location.
What's really odd is that I sent the exact same code to a co-worker and he was able to compile and run with no problem at all. I've tried on 3 different computers and different versions of Eclipse and have had no success. He also tried the apk I made on his phone and it didn't work. He seems to think it's an environment issue. Does anyone have any idea what might cause this?