android 程序更新版本遇到的问题
伊谢尔伦
伊谢尔伦 2017-04-17 13:49:39
0
1
448

通过请求获取了123.apk包,保存在文件中,通过下面的方法去安装的时候提示解析包失败,我去文件夹下面手动安装123.apk可以安装成功,怎么解决。

Intent intent = new Intent(Intent.ACTION_VIEW);

    intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); 
    intent.setDataAndType(Uri.fromFile(new File(Environment
    .getExternalStorageDirectory(), "123.apk")),
    "application/vnd.android.package-archive");
    startActivity(intent);
伊谢尔伦
伊谢尔伦

小伙看你根骨奇佳,潜力无限,来学PHP伐。

Antworte allen(1)
阿神

发现是权限的问题。
查资料后找到这个:fileOutputStream = openFileOutput("YouPaoPao.apk", MODE_WORLD_READABLE);
写文件时以这种形式去写,读取安装时就不会报解析包出错了。

Neueste Downloads
Mehr>
Web-Effekte
Quellcode der Website
Website-Materialien
Frontend-Vorlage