How can I send an Android app that I'm developing to someone over e-mail?

后端 未结 9 796
[愿得一人]
[愿得一人] 2020-12-29 11:10

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

How should I do I export the app and attach it, so it is not being treated a

9条回答
  •  不思量自难忘°
    2020-12-29 11:33

    compile/build your app, it should produce a file like myAppName.apk, just send it via email to your friend

    try to look in yourProjectPath/bin folder

提交回复
热议问题