Friday, April 12, 2013

How to Build an Android Game Using Eclipse



1. Click the Windows 'Start' button and type 'cmd' in the text box. Press 'Enter' to open the Windows command line.

2. Type 'cd directory' where 'directory' is the Eclipse directory that contains your Android project.

3. Type 'ant release' and press 'Enter.' Eclipse builds the APK file and stores it in the 'bin' directory in your project's directory.

No comments:

Post a Comment