Skip to main content
TL;DR

Create your first EasyClick Android script project in IDEA: install the plugin → create a module → USB-connect a device → activate and run. No root required. Prefer IDEA 2026.2+ (no IDEA activation after installing the plugin).

tip
  • This chapter uses IDEA macOS 2024.1.4 and EasyClick Android plugin 10.9.0; other versions may differ slightly
  • Windows steps are the same as macOS
  • IDEA 2019.1.0 through the latest builds are supported
  • IDEA 2026.2+ does not require activating IDEA — install the plugin and use it

First script project

Download the tools

Create a workspace and project

  • Open an empty folder (Open)
openworkspace.png
  • Workspace looks like this
workspace.png
  • Right-click → New → Module
makeproject.png
  • Choose EasyClick Android — script project, then Next
selecttype.png
  • Enter a module name (Chinese or English OK; avoid spaces/special characters)
modulename.png
  • Created structure (see the IDE tools chapter for details)
projectstruct.png

Connect a device

  • Open the bottom panel EasyClick Android run log for detailed output
  • Menu: EasyClick Android → Device connect → USB connect (USB debugging must be on)
connectdevice.png
  • Connecting installs and launches the APK automatically
  • If install fails, download the APK from EasyClick Android → Device connect → Download APK and install manually
  • Success looks like this
conok.png

Preview and run

  • Right-click the project → Android → Preview / Run
previewpro.png
  • Or right-click inside a JS file for the same actions
  • After the first successful run, use the top toolbar shortcut
runshort.png
tip

That's your first project — welcome to EasyClick development!