---
title: Android
parent: Installation
nav_order: 4
---

# Installing on Android (Limited Support)

Android browsers do not natively support standard bookmarklets, making the process more manual than on Desktop or iOS.

{: .warning }

> **Warning:** This method is discouraged as it may be inconsistent and requires manual steps each time you use it.

---

## Steps

### 1. Bookmark the repository

First, bookmark the EduQuick JS page in your mobile browser for easy access to the source code.

[Open EduQuick JS](https://raw.githubusercontent.com/Ahmedallion/EduQuick/main/install/eduquick-bookmarklet-latest.js){: .btn .btn-purple target="\_blank" rel="noopener"}

![Android Step 1](../assets/images/installation/android-step1.png)

### 2. Run the script manually

Because Android does not support "one-tap" bookmarks for scripts, you must perform these steps each time you want to use the tool:

**A. Copy the script**
Open the JS file you bookmarked in [Step 1](#1-bookmark-the-repository), then copy the entire code block.

**B. Execute in Educake**
Log into your Educake account. Clear your browser's address bar completely, paste the code (ensure it starts with `javascript:`), and press **Go** on your keyboard.

![Android Step 2-3](../assets/images/installation/android-step2-3.png)

<br>

{: .note }

> **Tip:** If the browser removes the `javascript:` prefix when you paste, you will need to type it back in manually at the start of the line for the script to run.
