/simplenote-android

Simplenote for Android

Primary LanguageJavaGNU General Public License v2.0GPL-2.0

Simplenote for Android

Build Status

A Simplenote client for Android. Learn more about Simplenote at Simplenote.com.

How to Configure

  • Clone repository.
git clone https://github.com/Automattic/simplenote-android.git
cd simplenote-android
  • Copy gradle.properties-example to gradle.properties.
cp Simplenote/gradle.properties-example Simplenote/gradle.properties
  • Import into Android Studio using the Gradle build option. You may need to create a local.properties file with the absolute path to the Android SDK. Sample local.properties:
sdk.dir=/Applications/Android Studio.app/sdk
  • Install debug build with Android Studio or command line with:
./gradlew installDebug
  • Create a new account in order to use a development build. Signing in with an existing Simplenote account won't work. Use the account for testing purposes only as all note data will be periodically cleared out on the server.

Note: Simplenote API features such as sharing and publishing will not work with development builds.

Android Wear

To properly install the wear app, run ./gradlew assembleRelease to package up the app and then adb install with the generated .apk to the host device.

If you want to debug the Wear app, simply connect the device to adb and then run the Wear project from Android Studio.