Error:(28) Error: This class should provide a default constructor (a public constructor with no arguments) (myclassname.HelpDialog) [Instantiatable]
问题 Everything went fine while compiling in debug mode. But while compiling in Release configuration, following error occurs : Error:(28) Error: This class should provide a default constructor (a public constructor with no arguments) (myclassname.HelpDialog) [Instantiatable] This is the code public class HelpDialog extends Dialog { Activity mActivity; Button btn_go_back; public HelpDialog(Activity mactivity) { super(); this.mActivity = mactivity; } @Override protected void onCreate(Bundle