Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>I was scratching my head over this, too. The process below seemed to work for me - YMMV. </p> <p>*load the svn url in eclipse with the svn plugin (http://apps-for-android.googlecode.com/svn/trunk for this case)</p> <ul> <li><p>Look up the package name of the sample app you want to load - for "Amazed" it is "com.example.amazed" - you'll be stuck in a modal dialog later and need it</p></li> <li><p>Check out the app using New Project Wizard ("Amazed" in this case), and choose "Android Project"</p></li> <li><p>Enter the project name - I used "Amazed" here as well, but don't think it matters</p></li> <li><p>Pick a target that works for the app (will depend on the app, of course) - 2.2 works for Amazed, but you can change it later</p></li> <li><p>Enter the application name (I used "Amazed" again)</p></li> <li><p>for "Package name", use the one you noted above (it might not matter, but then if you use something else it might confuse eclipse later or create some other crud you'll need to remove - let me know)</p></li> <li><p>click finish</p></li> <li><p>it should download and then build things, and then it will complain because R.java is under both "gen" and is in the source directory (in this case for this app)</p></li> <li><p>delete/move the R.java under src</p></li> <li><p>run it as an android application</p></li> </ul> <p>Since this is a checkout of a read-only repository, you'll need to move it later if you want to do your own stuff on it and store in your own repository. in that case, it might be better to just check it out somewhere else and then go through the import process. </p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload