Could not find a method onClick(View) in the activity class android.view.ContextThemeWrapper for onClick handler
Found the Solution.. I don't know why, but after doing some search I saw some posts saying that it's an issue on Android 5.0 or higher..
The solution was removing the theme
tag from my layout.xml
file.