Skip to content

cssnr/tibs3dprints-android

Repository files navigation

GitHub Downloads GitHub Release Version Action Lint Action Release GitHub Top Language GitHub Last Commit GitHub Repo Size GitHub Discussions GitHub Forks GitHub Repo Stars GitHub Org Stars Discord

Tibs3DPrints Android

GitHub Release

Android Application for Tibs3DPrints: https://tibs3dprints.com/

  • Supports Android 8 (API 26) 2017 or Newer.

Install

Tip

To install, download and open the latest release.

GitHub Release

📸 View QR Code

QR Code

Note: Until published on the play store, you may need to allow installation of apps from unknown sources.

Downloading and Installing the apk should take you to the settings area to allow installation if not already enabled.

View Manual Steps to Install from Unknown Sources
  1. Go to your device settings.
  2. Search for "Install unknown apps" or similar.
  3. Choose the app you will install the apk file from.
    • Select your web browser to install directly from it.
    • Select your file manager to open it, locate the apk and install from there.
  4. Download the Latest Release.
  5. Open the download apk in the app you selected in step #3.
  6. Choose Install and Accept any Play Protect notifications.
  7. The app is now installed.

Development

This section briefly covers running and building in Android Studio and the Command Line.

Android Studio

  1. Download and Install Android Studio.

    https://developer.android.com/studio

  2. Ensure that usb or wifi debugging is enabled in the Android developer settings and verify.

  3. Then build or run the app on your device.

    • Import the Project
    • Run Gradle Sync

To Run: Select device and press Play ▶️

To Build:

  • Select the Build Variant (debug or release)
  • Build > Generate App Bundles or APK > Generate APKs

Command Line

Note: This section is a WIP! For more details see the release.yaml.

You will need to have ADB installed.

Click Here to Download and Install a Release
$ wget https://github.com/cssnr/tibs3dprints-android/releases/latest/download/app-release.apk
$ ls
app-release.apk

$ which adb
C:\Users\Shane\Android\sdk\platform-tools\adb.EXE

$ adb devices
List of devices attached
RF9M33Z1Q0M     device

$ adb -s RF9M33Z1Q0M install app-release.apk
Performing Incremental Install
Serving...
All files should be loaded. Notifying the device.
Success
Install command complete in 917 ms

See below for more details...

  1. Download and Install the Android SDK Platform Tools.

https://developer.android.com/tools/releases/platform-tools#downloads

Ensure that adb is in your PATH.

  1. List and verify the device is connected with:
$ adb devices
List of devices attached
RF9M33Z1Q0M     device
  1. Build a debug or release apk.
./gradlew assemble
./gradlew assembleRelease

Note: Use gradlew.bat for Windows.

  1. Then install the apk to your device with adb.
$ cd app/build/outputs/apk/debug
$ adb -s RF9M33Z1Q0M install app-debug.apk
$ cd app/build/outputs/apk/release
$ adb -s RF9M33Z1Q0M install app-release-unsigned.apk

Note: you may have to uninstall before installing due to different certificate signatures.

For more details, see the ADB Documentation.

Support

For general help or to request a feature, see:

If you are experiencing an issue/bug or getting unexpected results, you can:

Contributing

Currently, the best way to contribute to this project is to star this project on GitHub.

You can also support other related projects:

About

Tibs3DPrints Android Application

Topics

Resources

Stars

Watchers

Forks

Languages