Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.33 KB

README.md

File metadata and controls

43 lines (29 loc) · 1.33 KB

tekdroid

A teknik.io uploader for Android.

Screenshots

Download

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:

  1. Open Android Settings.
  2. Go to Apps (may be under a different name depending on your device).
  3. Find tekdroid.
  4. Tap on Permissions.
  5. Enable Storage.
  6. Try launching the app again, it should work this time.

Changelogs and more are available from the Github releases.

Development

Usage

# 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