Failed to create oat file
问题 I develop an app that intent to Camera application to take picture and save it. but my problem is : sometimes after picture taken and my app called ,my application crashed( without onActivityResult() called ). my application use multidex and I can't remove it. also instant run is enable. this is my code : protected void onActivityResult(int requestCode, int resultCode, Intent intent) { if (requestCode == REQUEST_TAKE_PHOTO) { if (resultCode == RESULT_OK) { // if intent!= null and intent