.github | ||
.idea/codeStyles | ||
analytics | ||
app | ||
clipboard | ||
core-models | ||
core-ui | ||
core-utils | ||
data | ||
device | ||
domain | ||
gradle/wrapper | ||
library-emojifier | ||
library-page-icon-picker-widget | ||
library-syntax-highlighter | ||
middleware | ||
persistence | ||
presentation | ||
protocol | ||
sample | ||
test-utils | ||
ui-settings | ||
.gitignore | ||
build.gradle | ||
CHANGELOG.md | ||
dependencies.gradle | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
middleware.sh | ||
middleware2.sh | ||
README.md | ||
release.sh | ||
settings.gradle | ||
versioning.gradle |
Anytype.io - Mobile
Build project
Prerequisites
-
Download
anytype/anytype-android
(private) repository from Github -
Create
github.properties
file in root project folder:
gpr.usr=GITHUB_USER_ID
gpr.key=GITHUB_TOKEN
- Create
apikeys.properties
file in root project folder:
amplitude.debug="AMPLITUDE_DEBUG_KEY"
amplitude.release="AMPLITUDE_RELEASE_KEY"
Then build project.
IDE setup (optional)
Based on your IDE setup, you might experience problems while accessing/importing auto-generated Kotlin classes from protocol
module. These classes are currently declared in very large files, which IDE might not process as expected. If this is your case, go to your Android Studio Help section, select Edit Custom Properties option. There you should set idea.max.intellisense.filesize
property as follows:
idea.max.intellisense.filesize=3500
Setup your Firebase account for Anytype
We're using Firebase App Distribution + Firebase Crashlytics. We have two separate projects: one for debug
builds (which we distribute mostly for our Q&A team), another one for release
builds.
Install the latest Anytype Android release:
From Google Play.
Or download an apk for your device architecture from our website.
Join our community & telegram channels
Follow what community writes about our Android client.
Join our Android Testers telegram channel.