Changes between Version 45 and Version 46 of AndroidPort


Ignore:
Timestamp:
Jan 2, 2012, 8:34:27 AM (12 years ago)
Author:
Anders Feder
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AndroidPort

    v45 v46  
    108108
    109109== Setting up your workstation ==
    110 For everything else than actually running the application, we will use a PC workstation. This section will assume your workstation runs Ubuntu Linux, but the steps should be relatively easy to adapt to other platforms. Let's begin by setting up a working directory for the project:
     110For everything else than actually running the application, we will use a PC workstation. This section will assume your workstation runs Ubuntu Linux, but the steps should be relatively easy to adapt to other platforms. Begin by setting up a working directory for the project:
    111111
    112112{{{
    113113mkdir ~/android
    114114}}}
    115 Next, you have to [http://developer.android.com/sdk/installing.html install the Android SDK]. Download the SDK package from [http://developer.android.com/sdk/index.html this page] to the project directory and unpack it there, e.g.:
     115Next, [http://developer.android.com/sdk/installing.html install the Android SDK]. Download the SDK package from [http://developer.android.com/sdk/index.html this page] to the project directory and unpack it there, e.g.:
    116116
    117117{{{
     
    136136$ repo sync
    137137}}}
    138 
    139 
    140138The download may take up towards an hour.