How to start an android project with downloaded sample code
        Posted  
        
            by yokyo
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by yokyo
        
        
        
        Published on 2010-06-01T15:32:36Z
        Indexed on 
            2010/06/01
            15:33 UTC
        
        
        Read the original article
        Hit count: 213
        
Hi, I'm pretty new to android, and just finished setup my environment and reading some tutorials. Then I got sdk samples from the web. Okay, what I wanna ask you is that is there a way to start a sample as a project in the Eclipse? I mean like clicking a project file in c# or a solution file.
Here is my folder which I unzipped the code, \android-sdk-windows\samples\android-8\NotePad
There are three folders and one file in the folder, \res, \src, \tests, and AndroidManifest.xml
Or, do I need to make a new android project and import (or add files? maybe) them?
Thanks in advance, yokyo
© Stack Overflow or respective owner