The Error is like this:
1. The code works previously, but not now even i commented them out.
2. What i am doing is to Login from the LoginActivity, and then start the MainActivity by intent
3. After starting the MainActivity its buttons have no response, even with the prebuilt ones
4. Checked the Profiler, can sense Touch Event
The Logcat shows no errors in red but only NoClassDefFoundError
Cleaned the project a few times, also tried Invalidate Caches / Restart but didn't solve the problem