Do you mean generate apk file in command line? If your project are create under command line then there must be a file called "build.xml". Then after just using "ant debug", it will generate a apk file under bin directory. Check here<https://developer.android.com/guide/developing/projects/projects-cmdline.html> .
On Tue, Feb 14, 2012 at 3:39 PM, Abhishek Kumar Gupta <[email protected]>wrote: > I want to develop "Theme Creator" application for Android, so I want to > create .apk file after making theme. Can anyone help me how to proceed ? > Any help in this regard will be well appreciated. > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

