User Tools

Site Tools


manual:advanced:locus_api:installation

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

manual:advanced:locus_api:installation [2015/05/21 15:10] – created mstupkamanual:advanced:locus_api:installation [2015/09/07 17:39] (current) mstupka
Line 2: Line 2:
  
 ---- ----
- 
-<WRAP box left>  
-  * Locus type: <html><b><a href="https://play.google.com/store/apps/details?id=menion.android.locus&amp;referrer=utm_source %3Ddocs%26utm_medium %3Dheader%26utm_content %3Dlocus_api_installation" target="_blank">Free</a>/<a href="https://play.google.com/store/apps/details?id=menion.android.locus.pro&amp;referrer=utm_source %3Ddocs%26utm_medium %3Dheader%26utm_content %3Dlocus_api_installation" target="_blank">Pro</a></b></html> 
-  * Last updated manual: **13. 7. 2014** 
-</WRAP> 
  
 ===== Prerequisites ===== ===== Prerequisites =====
Line 14: Line 9:
   * Installed [[http://www.oracle.com/technetwork/java/javase/downloads/index.html|Java JDK]] 6.0+   * Installed [[http://www.oracle.com/technetwork/java/javase/downloads/index.html|Java JDK]] 6.0+
  
-  * installed Mercurial (version > 1.7). I may suggest [[http://tortoisehg.bitbucket.org/|TortoiseHG]] for Win users, which is GUI handler for Mercurial system +  * installed Mercurial (version > 1.7). I suggest [[http://tortoisehg.bitbucket.org/|TortoiseHG]] for Win users, which is GUI handler for Mercurial system 
  
 ==== Developing environment (IDE) ==== ==== Developing environment (IDE) ====
  
   * Recommended is [[https://developer.android.com/sdk/installing/studio.html|Android Studio]] in version 0.6+. "How to" is described below, or   * Recommended is [[https://developer.android.com/sdk/installing/studio.html|Android Studio]] in version 0.6+. "How to" is described below, or
-  * it's also possible to use [[http://developer.android.com/tools/building/building-eclipse.html|Eclipse]]  with ADT plugin or directly [[http://www.jetbrains.com/idea/features/android.html|intelliJ]] with Android plugin, but "how to" install Locus API into these programswill not be described below.+  * it's also possible to use [[http://developer.android.com/tools/building/building-eclipse.html|Eclipse]]  with ADT plugin or directly [[http://www.jetbrains.com/idea/features/android.html|intelliJ]] with Android plugin, but "how to" install Locus API into these programs will not be described below.
  
 ===== Installation ===== ===== Installation =====
Line 26: Line 21:
  
   * Start Android Studio   * Start Android Studio
-  * Tap **File** > **New project** and create/define new project. By this you define core of your project, so for example core of your add-on. In this example case, let's define +  * Tap **File** > **New project** and create/define new project. By this you define core of your project, so for example core of your add-on. In this example case, let's define
     * //Application name// - LocusApiTest     * //Application name// - LocusApiTest
     * //Module name// - Add-on test     * //Module name// - Add-on test
Line 51: Line 46:
 ==== Extra settings ==== ==== Extra settings ====
  
-To make your project fully working, few more steps is needed+To make your project work fully, few more steps are needed:
  
-  * in your **root** //build.gradle//, add additional extra parametes used globally in Locus API modules+  * in your **root** //build.gradle//, add extra parameters used globally in Locus API modules
  
 <code xml> <code xml>
Line 80: Line 75:
 **LocusAPI Android (sample) now should be fully working.** **LocusAPI Android (sample) now should be fully working.**
  
-Check it's //build.gradle// file, where is defined all you require to define also in //build.gradle// file in your own **Add-on test** module.+Check it's //build.gradle// file, where is defined all you require. And also in //build.gradle// file in your own **Add-on test** module.
manual/advanced/locus_api/installation.1432213834.txt.gz · Last modified: 2015/05/21 15:10 by mstupka