unsigned APK can not be installed

前端 未结 7 2033
孤街浪徒
孤街浪徒 2020-11-28 04:54

I am trying to distribute my application to some people for testing. I have installed it on my Desire directly from eclipse and it works fine.

To create an APK-file,

7条回答
  •  渐次进展
    2020-11-28 05:26

    An unsigned application cannot be installed. When we run directly from eclipse, that apk is signed with debugger key and can be found in bin\ folder of the project. You can use that for test purpose distribution also.

提交回复
热议问题