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

后端 未结 9 788
[愿得一人]
[愿得一人] 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条回答
  •  萌比男神i
    2020-12-29 11:16

    You can also right-click on your project (in eclipse) and click on export then select "Export Android Application" and give all the details... after you finish you will have a myAppName.apk, which you can email

提交回复
热议问题