Automattic / simplenote-android
- суббота, 13 августа 2016 г. в 03:14:43
Java
Simplenote for Android
A Simplenote client for Android. Learn more about Simplenote at Simplenote.com.
1) Clone repo
git clone https://github.com/Automattic/simplenote-android.git
cd simplenote-android
2) 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
3) Simperium Config
Add your simperium appid and key to Simplenote/gradle.properties, and an empty googleAnalyticsId:
simperiumAppId=SIMPERIUM_APP_ID
simperiumAppKey=SIMPERIUM_KEY
googleAnalyticsId=
4) Install debug build with Android Studio or ./gradlew installDebug
Note: Simplenote API features such as sharing and publishing will not work with development builds.
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.