Intent를 처리 할 활동이 없습니다. android.intent.action.VIEW 녹음 된 오디오 3gp 파일을 재생하는 코드입니다. Intent intent = new Intent(android.content.Intent.ACTION_VIEW); Uri data = Uri.parse(path); intent.setDataAndType(data, "audio/mp3"); startActivity(intent); 하지만 내 HTC 기기 (Android 2.2 Froyo)에서 실행하는 동안 예외가 표시됩니다. 05-04 16:37:37.597: WARN/System.err(4065): android.content.ActivityNotFoundException: No Activity found to h..