Scaffolding for Skygear Android App
You can start create an android app with Skygear by the following steps:
-
Install Android Studio
-
Register an account on Skygear Portal
-
Download the Skygear Starter Project for Android.
-
Unzip it and open in Terminal.
-
Declare the location of Android SDK:
export ANDROID_HOME=$HOME/Library/Android/sdk
-
Run a script to update your application settings:
./gradlew updateAppSettings
-
Open the project with Android Studio.
You can learn more about the Skygear Android SDK by going to https://docs.skygear.io/android/guide.