evOWLuator Android Launcher is a helper Android app used by the evOWLuator framework to launch reasoning tasks on Android devices, developed by SisInf Lab at the Polytechnic University of Bari.
Android Launcher can be built with Gradle (version 5.6.2 or later). It requires Android SDK version 28.
- Copy
local.properties.example
tolocal.properties
; - Edit the
sdk.dir
property inlocal.properties
to the local Android SDK installation path; - Generate the Gradle wrapper:
$ cd <project directory> && gradle wrapper
- Build the APK:
$ ./gradlew assembleRelease
Copyright (c) 2019 SisInf Lab, Polytechnic University of Bari
evOWLuator Android Launcher is distributed under the Eclipse Public License, Version 2.0.