Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
429 views
in Technique[技术] by (71.8m points)

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

I have a small problem. Some browsers are not downloading the ".apk" files correctly. How to download ".apk" as ".apk"? (not as ".zip") Some browsers are convert them to ".zip".

I mean, the ".apk" file on my server and some people calling me and asking, how to rename ".zip" to ".apk".

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

Create a MIME-TYPE mapping of apk to application/vnd.android.package-archive. How you do this will vary on your web server.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...