Top

Documentation

Taxido is a unique and innovative app and website that brings a range of professional taxi services to your doorstep. Whether you need a quick ride, a rental, or intercity travel, Taxido offers reliable, convenient, and efficient solutions. Taxido - your all-in-one taxi service!


How to build APK or AAB ?

NOTE :
Before launching the app, ensure you have correctly set up the ADMIN LARAVEL and have added all necessary data through the admin panel.

Build APK Using Android Studio :

  1. Open Android Studio and navigate to the Android folder.
  2. Give the Gradle build process enough time to finish.
  3. From the menu bar at the top, choose "Build."
  4. Next, choose "Generate Signed Bundle / APK" from the options.
  5. Select Android App Bundle (AAB) for posting to the Google Play Store and APK for testing your app.
  6. After choosing an option, click the 'Next' button.
  7. If you don't already have a key store, click on "Create New" to set one up.

  8. NOTE :
    Your keystore is essential when uploading your AAB to the Play Store. It is a one-time use; if you upload your app using a particular keystore and then lose it, you won't be able to upload your AAB again with a new keystore.


    NOTE :
    Ensure you remember your alias name and password, as they are required to generate the SHA key for the release.

  9. Specify the location where you want to save the keystore, enter the keystore password, choose an alias name and alias password, and then click the OK button.
  10. If you’ve already created a keystore, simply choose the file path, enter the alias name and password, and then click the Next button.
  11. Click "Create" after selecting "Release" from the Build Variants menu.

  12. It may take a moment for the APK to be generated. Once it's ready, you can find it located in the bottom right corner.

Build APK Using Terminal :

  1. Open Terminal in Visual Studio Code
    1. Open Terminal in Visual Studio Code.
    2. Open the terminal in VS Code by pressing:
      1. Ctrl + ` (backtick) on Windows/Linux
      2. Cmd + ` on macOS
  2. Navigate to the Android Folder
  3. Run the following command in the VS Code terminal :

    cd android

    This changes the directory to the Android folder inside your React Native project.

  4. Build the APK
  5. Run the following command :

    ./gradlew assembleRelease
  6. Find the APK
  7. Once the build is complete, your APK will be available at:

    android/app/build/outputs/apk/release/app-release.apk