Project

General

Profile

Actions

How to compile and run the example code » History » Revision 1

Revision 1/28 | Next »
Distorted Admin, 06/02/2016 01:03 PM


How to compile and run the example code

This tutorial explains how to turn the 'library' and 'examples' code into an application you can run on your Android phone.

We are going to assume you are fairly familiar with Android development.
I personally use Android Studio; you can use Eclipse or even command line for your development but setting up the project will be different.

  1. Download and install Android Studio: https://developer.android.com/studio/index.html
  2. Create new project:
    1. In the 'New Project' window set:
      1. Application Name: Distorted Android
      2. Company Domain: distorted.org
      3. Package Name: click 'edit' and change the default to 'org.distorted.examples'
    2. In the 'Target Android Devices' window, make sure 'Phone and Tablet' is checked. Everything else can be unchecked.
    3. In the 'Add an Activity to Mobile' select 'Add No Activity'.
    4. Click 'Finish' and an empty project will be created for you.

Updated by Distorted Admin almost 8 years ago · 1 revisions