我如何发送一个Android应用程序,我开发的人通过电子邮件?的人、应用程序、电子邮件、Android

2023-09-04 04:08:54 作者:故人叹

这是我的第一个Android应用程序。我需要发邮件什么我到目前为止的人进行测试。

This is my first Android app. I need to email what I have so far to someone for testing.

我应该怎么办呢?

推荐答案

如果您使用的是Eclipse运行模拟器上的应用程序进行测试。现在的Eclipse应该已经在您的项目文件夹中创建一个bin文件夹。在此文件夹,你会发现,它包含您的应用程序的APK文件。

If you are using Eclipse run the app on the emulator to test it. Now Eclipse should have created a bin folder in your project folder. In this folder you will find an apk file that contains your app.

只是通过电子邮件将该文件发送给您的朋友。他知道可以在仿真器上安装的文件,如果他有一个运行。如果不是他正好可以通过USB插件他的电话的文件移动到SD卡中删除USB连接,然后导航到类似的 ASTRO 和选择,项目现在的应用程序管理器应该显示,他可以安装应用程序。如果这不起作用,他必须去设置 - >应用程序 - >并启用未知源

Just send this file to your friend via email. He know can install the file on the emulator if he has one running. If not he can just plugin his phone via usb move the file to the SD-Card remove the USB connection and then navigate to the file on his SD-Card with a file browser like ASTRO and select the, item now the application manager should show up and he can install the app. If this does not work he has to go to settings -> applications -> and enable unknown sources.