A teknik.io uploader for Android.
Click here to download the latest APK.
Note: if the app crashes when you launch it, you may have to manually give it storage permission in the Android settings:
- Open Android
Settings
. - Go to
Apps
(may be under a different name depending on your device). - Find
tekdroid
. - Tap on
Permissions
. - Enable
Storage
. - Try launching the app again, it should work this time.
Changelogs and more are available from the Github releases.
# Install dependencies
yarn install
# Build for production
yarn run build:android
# Build, watch for changes and debug the application
yarn run debug:android
# Build, watch for changes and run the application
yarn run watch:android
# Clean the NativeScript application instance (i.e. rm -rf dist)
yarn run clean