tags:

views:

65

answers:

2

I am facing problem in making installer in android. Is there any solution in android.

Thanks Raj

+2  A: 

Hi,

have a look at this document:

Developer Android Doc

Additional Info:

You can achieve this so called "installer" procedure via building your App with Eclipse Tools or simply using Ant.

bastianneu
A: 

You're probably writing your android apps in eclipse and if you're not, let me know and I'll see if I can dig up any other info for you.

You can build an APK fairly easy by exporting the project. In the project exporer right click the project you're wanting to release and select Tools and then click "Export unsigned app package".

If you're wanting to release it signed there are other instructions for that as well and again just let me know and I'll get that info for you too.

Hope that helps some.

-jlafay

jlafay