How to Compile Sample Code
Posted
by James L
on Stack Overflow
See other posts from Stack Overflow
or by James L
Published on 2010-05-20T02:12:19Z
Indexed on
2010/05/20
2:20 UTC
Read the original article
Hit count: 327
I'm breaking into GUI programming with android, trying to compile and analyze Lunar Lander sample program. The instructions for using Eclipse say to select "Create project from existing source" but that option doesn't exist. If I select File->New->Project I can select "Java project from Existing Ant Buildfile". Using that I've tried selecting various xml files as "Ant Buildfile" but all give me the "The file selected is not a valid Ant buildfile" error.
I just want to run GUI sample projects, preferably with Eclipse. Any useful tips will be appreciated.
© Stack Overflow or respective owner