Menu

Tree [5a9e4c] master /
 History

HTTPS access


File Date Author Commit
 org.juzidian.android 2012-09-09 Nathan Jones Nathan Jones [c22fb5] Make sure library projects are published in mav...
 org.juzidian.build 2012-09-01 Nathan Jones Nathan Jones [98bd96] Extract code generator to separate project.
 org.juzidian.cedict 2012-09-09 Nathan Jones Nathan Jones [ddc545] Generate empty resources dir for android lib pr...
 org.juzidian.cli 2012-09-05 Nathan Jones Nathan Jones [2b2002] Do not expose transitive dependencies to other ...
 org.juzidian.core 2012-09-09 Nathan Jones Nathan Jones [ddc545] Generate empty resources dir for android lib pr...
 .gitignore 2012-09-15 Nathan Jones Nathan Jones [deccb0] Ignore all hidden files.
 COPYING 2012-08-19 Nathan Jones Nathan Jones [7c3373] GPL
 README 2012-09-16 Nathan Jones Nathan Jones [c8b30c] Add readme
 build.gradle 2012-09-16 Nathan Jones Nathan Jones [5a9e4c] Bump version number.
 settings.gradle 2012-09-09 Nathan Jones Nathan Jones [4f2ed1] Create build for android app project.

Read Me

About
=====

Juzidian is a Chinese-English dictionary for Android, targetted at English-speaking learners of Mandarin Chinese.


License
=======

GPL Version 3


Features
========

 * Search for definitions by Pinyin, Hanzi or English


Dependencies
============

 * Java 1.6
 * Gradle 1.1
 * Android SDK 


Building
========

 * clone gradle-android-plugin:

	$ git clone https://github.com/ncjones/gradle-android-plugin.git

 * build gradle-android-plugin:

	$ gradle -p gradle-android-plugin build

 * Set Android SDK home environment variable:

	$ export ANDROID_HOME=~/android-sdk-linux

 * build Juzidian:

	$ gradle build


Installing
==========

Install the built APK on to a connected Android device:

	$ adb install org.juzidian.android/build/distributions/*.apk


IDE Setup
=========

To setup Eclipse projects with correct natures and class paths, run

	$ gradle eclipse

and then import all projects into Eclipse from the project root directory. The Android Eclipse plugin is required.

MongoDB Logo MongoDB