Send the .apk file to client for review

我只是一个虾纸丫 提交于 2019-12-10 15:05:20

问题


I have developed an Android application and had it tested on emulator as well as device. I want to export the .apk file to the client for review. I used the Application manifest file to export the unsigned apk and sent it, but that's not getting installed on his phone.

I have read multiple questions over here but din't get anything in specific to resolve my issue. I'm very new to this platform.

Can anybody please help me in this regard?

Thanx in advance.


回答1:


Make sure your client has allowed the installation of unsigned apks. On the droid, settings -> applications -> unknown sources check box.




回答2:


Here is how to to export your APK file.

First compile and run your app within Eclipse. This will create the .APK file in your project folder.

The Path is usually Project Name\bin

You can copy that .APK file directly to your phone via a USB cable Or you can email that to a client.

To install the APK file simple click on the file from a file manager application such as Root Explorer or File Manager.

The APK will automatically be installed once clicked.

Since the APK is not officially from the Google Playstore make sure the phone you are installing the app on has permission to install non-certified apps.

This can be enabled by going to Settings-> Security-> Unknown Sources

Make sure that option is checked. As you can see it says below "Allow installation of non-Market apps




回答3:


Just make a key and sign the thing.



来源:https://stackoverflow.com/questions/4426350/send-the-apk-file-to-client-for-review

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!