14
Không tìm thấy Hoạt động nào để xử lý Intent: android.intent.action.VIEW
Đây là mã của tôi để phát tệp 3gp âm thanh đã ghi Intent intent = new Intent(android.content.Intent.ACTION_VIEW); Uri data = Uri.parse(path); intent.setDataAndType(data, "audio/mp3"); startActivity(intent); Nhưng trong khi chạy nó trong thiết bị HTC của tôi (Android 2.2 Froyo) cho thấy một ngoại lệ: 05-04 16:37:37.597: WARN/System.err(4065): android.content.ActivityNotFoundException: No Activity …