This is the place where uPort mobile gets rewritten into a pure android app.
- Android Studio 3.2+
- android SDK (normally bundled with Android studio) with API 27 downloaded from SDK manager
- From Android Studio, using the default
app
run config - using the bundled gradle wrapper:
./gradlew assembleDebug
(useinstallDebug
to reinstall on device)