~openerp-dev/openerp-mobile/openerp-mobile-10

« back to all changes in this revision

Viewing changes to doc/build/html/_sources/setting-up/downloading-installing/index.txt

  • Committer: Dharmang Soni (OpenERP)
  • Date: 2014-04-07 07:55:14 UTC
  • Revision ID: dpr@tinyerp.com-20140407075514-c0f0i2qm9k6cbrx4
[REMOVE] removed documentation from base framework

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.. OpenERP Mobile documentation master file, created by
2
 
   sphinx-quickstart on Tue Mar 25 14:15:37 2014.
3
 
   You can adapt this file completely to your liking, but it should at least
4
 
   contain the root `toctree` directive.
5
 
 
6
 
Downloading and Installing
7
 
==================================
8
 
 
9
 
Get the Android SDK
10
 
-------------------
11
 
 
12
 
The Android SDK provides you the API libraries and developer tools necessary to build, test, and debug apps for Android.
13
 
 
14
 
It is recommend to download the ADT Bundle to quickly start developing apps. It includes the essential Android SDK components and a version of the Eclipse IDE with built-in ADT (Android Developer Tools) to streamline your Android app development.
15
 
 
16
 
Download ADT Bundle http://developer.android.com/sdk/index.html
17
 
 
18
 
Installing the Eclipse Plugin
19
 
-----------------------------
20
 
 
21
 
Android offers a custom plugin for the Eclipse IDE, called Android Development Tools (ADT). This plugin provides a powerful, integrated environment in which to develop Android apps. It extends the capabilities of Eclipse to let you quickly set up new Android projects, build an app UI, debug your app, and export signed (or unsigned) app packages (APKs) for distribution.
22
 
 
23
 
If you need to install Eclipse, you can download it from eclipse.org/downloads/.
24
 
 
25
 
.. note:: 
26
 
        If you prefer to work in a different IDE, you do not need to install Eclipse or ADT. Instead, you can directly use the SDK tools to build and debug your application.
27
 
        
28
 
Download the ADT Plugin
29
 
-----------------------
30
 
 
31
 
* Start Eclipse, then select Help > Install New Software.
32
 
* Click Add, in the top-right corner.
33
 
* In the Add Repository dialog that appears, enter "ADT Plugin" for the Name and the following URL for the Location: https://dl-ssl.google.com/android/eclipse/
34
 
* Click OK.If you have trouble acquiring the plugin, try using "http" in the Location URL, instead of "https" (https is preferred for security reasons).
35
 
* In the Available Software dialog, select the checkbox next to Developer Tools and click Next.
36
 
* In the next window, you'll see a list of the tools to be downloaded. Click Next.
37
 
* Read and accept the license agreements, then click Finish. If you get a security warning saying that the authenticity or validity of the software can't be established, click OK.
38
 
* When the installation completes, restart Eclipse.
39
 
 
40
 
Configure the ADT Plugin
41
 
------------------------
42
 
 
43
 
* Once Eclipse restarts, you must specify the location of your Android SDK directory:
44
 
* In the "Welcome to Android Development" window that appears, select Use existing SDKs.
45
 
* Browse and select the location of the Android SDK directory you recently downloaded and unpacked.
46
 
* Click Next.
47
 
 
48
 
Your Eclipse IDE is now set up to develop Android apps, but you need to add the latest SDK platform tools and an Android platform to your environment.
49
 
 
50
 
**References :**
51
 
http://developer.android.com/sdk/index.html