Null pointer Exception on file- URI?
问题 In my app a capture button is there to capture an image using device camera,so I have used a method captureImage() on the click event of that button.When I click the button a null pointer exception is thrown.I could not understand how this happens Can anyone help? Thanks in advance! capture button on on Create () method photoButton.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View v) { /* Intent cameraIntent = new Intent(android.provider.MediaStore.ACTION