Android studio : java.lang.NoClassDefFoundError
问题 I have imported my project from Eclipse to Android Stdio and its runs on Lollipop devices if I run on kitkat devices it gives me "No class def found" exception. In my project I have two packages 1. com.qapp which has core functionality class and 2. om.qapp.common_class which has commonly used functionality class, for example I have UtillClass ,there is a method called showOkAlert it is used for show an alert dialog with "ok" button. If I called the showOkAlert methods from an Activity, its