How to make executable version of software in Android?

前端 未结 1 1948
盖世英雄少女心
盖世英雄少女心 2021-01-23 01:00

I am almost done with my project in android, now I want to make the executable version of the application.

I need to demonstrate it in .exe form as soft app as on emulat

相关标签:
1条回答
  • 2021-01-23 01:41

    Go to your bin folder and look for your

    [appname].apk
    

    file. Eclipse should build one as it builds your project. Then you can take this apk and move it to your device and install it! (Using a file explorer like ASTRO and enabling non-market apps to be installed).

    0 讨论(0)
提交回复
热议问题