简体   繁体   English

在Android设备上安装应用程序的新手帮助

[英]Newbie help for installing app on Android device

I'm working on developing my first mobile app on the Appery.io platform. 我正在开发在Appery.io平台上的第一个移动应用程序。 I'm just about done building the app and need to beta test it for Android. 我即将完成应用的构建,需要对Android进行Beta测试。

Appery lets you generate an Android certificate and export your app as a .apk file. Appery可让您生成Android证书并将应用程序导出为.apk文件。 I have my .apk file and I want to install it on my friend's phone. 我有.apk文件,我想将其安装在朋友的手机上。 Is there anything else I need to do or can I install the .apk file? 还有什么我需要做的还是可以安装.apk文件? How do I go about actually getting it installed on the phone? 我如何实际将其安装在手机上? It's not clear from the site's instructions how to do it when using a platform that generates the .apk file for you. 从网站的说明中尚不清楚在使用为您生成.apk文件的平台时如何进行操作。

The easiest solution is to email the APK file to your friend. 最简单的解决方案是将APK文件通过电子邮件发送给您的朋友。 Then click on the attachment on your friend's phone. 然后单击您朋友手机上的附件。 Alternatively, you can install the Android SDK and use its adb tool. 或者,您可以安装Android SDK并使用其adb工具。

You can send it via Bluetooth or Share it on Dropbox, Google Drive, etc. When you install the app be sure that in the phone settings the "Install apps from unknown publisher" is checked. 您可以通过蓝牙发送它,也可以在Dropbox,Google Drive等设备上共享它。安装应用程序时,请确保在电话设置中选中了“安装来自未知发行商的应用程序”。 And don't verify the app with google play. 并且不要使用Google Play验证该应用。 Just click package installer. 只需单击软件包安装程序。

There are several ways to install apk like: 有几种安装apk的方法,例如:

  1. send apk as attachment to your friend and open the attachment on their device. 将apk作为附件发送给您的朋友,然后在他们的设备上打开附件。
  2. copy the apk to their device and open it using any file manager, it will lead to install it. 将apk复制到他们的设备并使用任何文件管理器打开它,它将导致安装它。
  3. send apk whiya bluetooth/ wifi tethering etc and open it on their device. 发送apk whiya蓝牙/ wifi网路共享等并在其设备上打开。
  4. upload it to any file hosting website and open that link in their device using any web browser and download and install further. 将其上传到任何文件托管网站,并使用任何网络浏览器在其设备中打开该链接,然后进一步下载并安装。
  5. if that device is with you, you can use adb.exe tool with following command "adb install your apkfile" 如果该设备随身携带 ,则可以通过以下命令“ adb install your apkfile”使用adb.exe工具

Note: but to use any of these ways, their device should have enabled "Install from Unknown sources" in their device settings->security. 注意:但要使用这些方式中的任何一种,其设备应在其设备设置->安全性中启用“从未知来源安装”。

Or alternately best approach: 或最佳方法:

  1. upload your apk to GooglePlay Store and they can install it from there hassle free. 将您的APK上传到GooglePlay商店,他们可以从那里轻松安装它。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM