opentraining
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:Android App for planing your fitness training.
Open Training is looking for a new maintainer
=============
[![No Maintenance Intended](http://unmaintained.tech/badge.svg)](http://unmaintained.tech/)

I don't have enough time to work regularly on this project anymore. If anyone wants to continue this project please contact me.


Open Training
=============

Open Training is an Android app for planning your fitness training.


Where can I download the app?
-----------------------------
Google Play Store: https://play.google.com/store/apps/details?id=de.skubware.opentraining

F-Droid.org (catalogue of FOSS): https://f-droid.org/repository/browse/?fdid=de.skubware.opentraining

You can also use this QR-Codes:

qrcodes
hier qr code erstellen

Programming language
--------------------
Java (and some shell scripts for development)

License
-------
GPL 3
Exercises are CC licensed(currently all CC-BY-SA)

Translations
------------
English, German. More wanted! Help here: http://crowdin.net/project/opentraining


Building Instruction
====================

Requirements
------------

  * Git
  * Android-SDK v19
  * Android Support Repository

Building with Eclipse (TODO: add instructions for android studio)
--------------------- 

#### 1. Clone the repository

    $ git clone git://github.com/chaosbastler/opentraining.git

#### 2. Change Eclipse workspace

#### 3. Import 'app'
    * File -> Import -> Existing Projects into Workspace
#### 4. Import 'test'
    * File -> Import -> Existing Projects into Workspace

#### 5. Import support library
    * Instructions: http://developer.android.com/tools/support-library/setup.html#add-library; 'Adding libraries with resources', step 1 to 4 should be enough

#### 6. Disable Lint für support library
    *Click right on project 'android-support-v7-appcompat' -> Properties -> Android Lint Preferences -> Ignore all


Building with gradle
--------------------

#### 1. Connect your phone with USB

#### 2. Build & Install

    $ gradle installDebug

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。