https://github.com/bschwind/skritter-android
Learn to Write Chinese and Japanese Characters
https://github.com/bschwind/skritter-android
Last synced: 11 months ago
JSON representation
Learn to Write Chinese and Japanese Characters
- Host: GitHub
- URL: https://github.com/bschwind/skritter-android
- Owner: bschwind
- Created: 2013-10-16T04:09:32.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-10-27T01:24:12.000Z (over 11 years ago)
- Last Synced: 2025-07-23T22:33:08.163Z (11 months ago)
- Language: Java
- Homepage:
- Size: 2.46 MB
- Stars: 8
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Skritter Android
Skritter Android is a native implementation of Skritter
## Building
**Requirements**
- Android SDK
- Environment variable "ANDROID_HOME" is set to Android's root sdk directory (example: /Users/user1/Projects/android-lib/sdk/)
- Android SDK Build-tools: I believe revision 17 is what's needed, but installing all of them is a catch-all way to ensure you have what you need
- Android Support Repository (use Android SDK Manager to install)
- Android Support Library (use Android SDK Manager to install)
- Gradle (optional)
**Command Line**
If you don't have gradle installed, simply run the Gradle wrapper file
*nix:
./gradlew installDebug
Windows:
gradlew installDebug
Similarly, if you have gradle installed, simply replace "gradlew" with "gradle"
To see a list of all available gradle tasks, run
gradle tasks
**Android Studio**
Make sure Android Studio is running the latest version. Check for updates and install the latest version.
Open Project -> Navigate to the project's root directory, and choose open, and select settings.gradle. Android Studio should do the work of building out the project. Plug in your device and run the project with the green play button to deploy and run it on your device.
**Eclipse**
Eclipse? Why do you hate yourself? Regardless, you should be able to import the project from the root directory, and Eclipse will recognize what's going on. This is assuming you've installed ADT for Eclipse. I was able to deploy the app, but received an ANR when the app ran. I haven't had time to look into that yet.
## Links
API Documentation: http://beta.skritter.com/api/v0/docs
Media: http://skritter.joshmcfarland.net/media.zip