简体   繁体   English

如何在不使用Market的情况下将Android应用分发给beta测试人员

[英]How do I distribute Android app to beta tester without using Market

I have an early version of my app that I want some testers to take a look at. 我有我的应用程序的早期版本,我希望一些测试人员看一看。 But I am not ready to put it on Market. 但我还没准备好把它放到市场上。 How do I distribute it to my testers and how do they install it on their phones. 如何将其分发给我的测试人员以及如何将其安装在手机上。 One of the beta testers has a Asus eeePC with Android 2.0 installed and I would like him to try it too. 其中一个测试版测试人员安装了安装了Android 2.0的华硕eeePC,我希望他也能尝试一下。 How does this work? 这是如何运作的?

They can just download it from any URL (go to the URL using the device browser) and install it. 他们可以从任何URL下载它(使用设备浏览器转到URL)并安装它。

They'll need to go to Settings->Applications and check the "Unknown Sources" checkbox. 他们需要转到设置 - >应用程序并选中“未知来源”复选框。

URL, ftp or any another manual distribution is good until you have a couple testers and less than 10 devices. 在您有几个测试人员和少于10个设备之前,URL,ftp或任何其他手动分发都是好的。 Actually, there are many services for that. 实际上,有很多服务。 The biggest one was Testflightapps.com. 最大的一个是Testflightapps.com。 But now it's Apple's service and they stoped support android. 但现在它是Apple的服务,他们停止支持android。 There are another though. 还有另外一个。 Testfairy.com, Crashlitics(to collect and analize crashes from devices), etc. Just google it ;) Testfairy.com,Crashlitics(收集和分析来自设备的崩溃)等等。只是google it;)

You can just package the app up as a .apk from eclipse and host it anywhere. 您可以将应用程序打包为来自eclipse的.apk并将其托管在任何地方。 Then just have anyone you want visit the URL from their android an it will be installed. 然后,只要你想要的任何人访问他们的Android安装的URL。 But as mentioned they will need to have the Settings->Applications and check the "Unknown Sources" checkbox checked first. 但如上所述,他们需要设置 - >应用程序,然后选中“未知来源”复选框。

as mentioned in first answer you can download from unknown source by rendering to that URL 如第一个答案中所述,您可以通过渲染到该URL从未知来源下载

Apart from that, just make sure that your app hosting server supports MIME type downloading.(very basic but important) 除此之外,请确保您的应用托管服务器支持MIME类型下载。(非常基本但很重要)

On a device: In Settings-> applications, check "unknown sources. Now by putting the apk on the devices sd card you can navigate to its directory with a file manager such as Astro and install it. 在设备上:在设置 - >应用程序中,检查“未知来源。现在通过将apk放在设备SD卡上,您可以使用文件管理器(如Astro)导航到其目录并安装它。

On a simulator: While running an emulator, navigate to the /tools directory of the android SDK if you haven't added it to your PATH. 在模拟器上:运行模拟器时,如果尚未将其添加到PATH,请导航到android SDK的/ tools目录。 Now execute "adb install path/to/your_application.apk". 现在执行“adb install path / to / your_application.apk”。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何为Beta测试人员和Market构建多个Android应用程序版本? - How can I build multiple Android app builds for beta testers and for the Market? Android应用程序的Beta测试人员如何将生产和Beta应用程序安装在同一设备上? - How can a Beta-tester of android applications to have installed both production and beta app in the same device? 如何将我的Android Wear分发给Google Play商店中的alpha / beta用户? - How do I distribute my Android Wear to alpha/beta users on Google Play Store? 如何在Android Market应用中创建进度指示器? - How do I create progress indicator like in Android Market app? 如何在Android电子市场上重新发布应用 - How do I re-publish an app on the Android Market 如何在Android市场中从免费应用程序链接到付费应用程序? - How do I link from free to paid app in the Android market? 如何将Android应用程序部署到Beta Tester设备 - How to Deploy Android Application to Beta Tester Devices 如何使用应用程序在Android市场上撰写评论? - how to write review on Android market using app? 如何停用 Android PlayStore 上的特定应用测试版? - How do I deactivate a specific app beta version on Android PlayStore? 安装官方发布版本的 Android 应用程序作为 beta 测试人员 - Install official released version of Android app as a beta tester
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM