java.lang.IllegalStateException in Custom Dialog
问题 I am new to Android and I'm working on custom alert dialog I want to open a another dialog-box on click of edit button and code is below if (v.getId() == R.id.edt_order) { System.out.println(" edit buton click"); System.out.println("Click my Order"); System.out.println(" edit clickkkkkkkkkkkkkk"); LayoutInflater li = LayoutInflater.from(getApplicationContext()); View promptsView = li.inflate(R.layout.prompts, null); AlertDialog.Builder alertDialogBuilder = new AlertDialog.Builder(