2

I created a small Android project during my free time, and I decided to give a group of people I specifically know of to try the app out. The group of people created a forum community where everyone gathers around to share some of their own projects. They usually upload their programs written in C++, Java, C#, and sometimes give out tips to newcomers.

I wrote an app that does bitmap manipulation stuffs, and was hoping that others can easily test the app out without having to go through Google Play market. I just don't want my app to go entirely public to anyone in the market.

I told them that I am going to upload an Android app so they can check my project out. I understood that they are all not Android developers, so they haven't seen anyone in the community upload an Android app onto the forums yet.

So, I started to do a little research on this.

I thought about exporting the project as an unsigned Android app, but a Google search made me realize that unsigned Android app can't be installed onto an Android phone, even with "Unknown sources - Allow installation of non-Market apps" ticked in the Settings -> Security menu.

Another way I tried to do is to self-sign the application. I give the app 1 year before the certification is invalid, signed the app by using the Eclipse -> Export Android application wizard. I uploaded the app, and got notified by one of the group of people that the app can't be installed onto their phone.

This is where I am stuck and now I'm clearly in need of assistence. Is there a way you can upload an Android app onto a forum, let another user download the APK file, and install it onto their phone with no hassle? Just want to keep this testing session in private, if it matters.

Thanks in advance.

4

3 回答 3

1

我用来让用户下载和测试应用程序的一种简单方法是要求他们这样做:

设置 -> 应用程序 -> 未知来源 -> 勾选复选框

然后导出您应用的未签名 APK 并提供给他们。一种简单的方法是将 APK 上传到保管箱或将其托管在您的网站上,或者只是将文件通过电子邮件发送给他们。一旦他们下载了 APK,他们只需打开它,它就会安装并运行。

于 2012-08-14T11:51:08.597 回答
0

如果您勾选设置 -> 安全菜单中的选项,您可以安装未签名的 APK 文件。

于 2012-08-14T11:36:44.853 回答
0

您可以将您的 apk 作为 alpha 版本上传到 GP,发布并允许对这些人进行测试。

他们可以从 GP 下载这个应用程序。

于 2013-11-05T14:19:32.203 回答