// startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse(getString(R.string.donate_url))));
startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse("http://www.google.com")));
当我使用第一个时,应用程序将在模拟器中崩溃,但第二个运行良好,我该如何修复第一个?
答案 0 :(得分:0)
这两条线都正常工作.. 在2.1仿真器中测试... 使用donate_url =“http://www.google.com”
您使用的网址一定存在问题...
检查log cat为 Pentium10 表示。