1

Issue: I downloaded APK file from browser using url and when I try to install this apk from device's downloads folder it opens apk as archive folder. While I am able to install apk from any third party file manager / explorer.

Can anyone suggest me what settings or issue is there?

hharry_tech
  • 952
  • 1
  • 8
  • 24

2 Answers2

0

check the open by default set by package installer and inbuilt file manager. clear them if set.

0

After a big R & D I found solution I referred below link

How to download ".apk" as ".apk"? (not as ".zip")

I just added MIME type in web.xml at server end

application/vnd.android.package-archive

Community
  • 1
  • 1
hharry_tech
  • 952
  • 1
  • 8
  • 24