My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members

Introduction

This is a set of examples for various pages in the Android Game Development Wiki at http://www.apistudios.com/hosted/marzec/badlogic/wiki. It allows users of the Wiki to directly try out all the things mentioned on the Wiki pages.

You can download the latest version via the QR code below (you can also click it :p)

Compilation

In order to compile and run the samples you will need to have the following things installed

Once that is setup perform the following steps.

  1. Check out the code via an SVN client of your choice from http://agd-wiki-samples.googlecode.com/svn/trunk/
  2. Import the project into Eclipse (right click in the Package Explorer -> Import -> General -> Existing Project into Workspace)
  3. To be sure clean and rebuild the project in Eclipse (Project -> Clean ...)
  4. Optional: perform an ndk-build in the root directory of the project to recompile the native libraries.
Powered by Google Project Hosting