Having to switch between Android Studio for FTC and Eclipse for FRC is hard. I have totally forgotten every little tricks I learned about Eclipse and roboRIO from last year. We copied our RecycleRush code from last season and stripped out the game specific code leaving pretty much a running base to the FirstStronghold code base. It compiled fine but when deploy the code to a simple 4-wheel drive base, it threw a ClassNotFoundException saying it cannot find the Robot class which is the root object of the program. I suspect it has something to do with copying last year's code and missing a rename somewhere in the manifest. The only rename we did was searching for all RecycleRush and replacing with FirstStronghold which are mainly strings for debugging purposes. Does anybody know what we missed?
Code:
Unhandled exception instantiating robot org.usfirst.frc.team492.robot.Robot java.lang.ClassNotFoundException