Distribute android app from my own server
问题 I have developed a android app. i just want to distribute it from my own server. i dont want to put it on google play. is it possible? if yes, how can i? 回答1: Steps: Configure the MIME-TYPE on Web server for apk as application/vnd.android.package-archive To do this, you must first prepare your application for release in the normal way. Host the release-ready APK file on your website and provide a download link to users. How it works: When users browse to the download link from their Android