我可以毫无困难地在android版本#4#5#6中成功运行这些代码。
但是现在在#7#8和#9版本上运行时存在问题。
请帮助!!!
该行中的错误:startActivity(intent); // error
Intent intent = new Intent(Intent.ACTION_VIEW);
intent.setDataAndType(Uri.fromFile(new File(Environment.getExternalStorageDirectory() + "/sega" +"pac01")), "package:application/com.explusalpha.MdEmu");
startActivity(intent); // the Error is displayed here in version 7 and above`