Skip to main content

First project

1. Install the plugin

  • From the cloud downloads: EC package → iOS resources → Dev plugin — file like x.xx.x-iOS-EasyClick-USB+standalone-idea-plugin.zip
  • Steps are also in Install IDE tools

2. Create a project

  • iOS and Android both use a multi-module layout
  • Open an empty folder (Open), e.g. ttt
open folder
  • Right-click ttt → New Module
new module
  • Choose iOS — standalone project, enter a name, Next
module type
  • Project structure after create
project

3. Connect a device

  • Open the main app on the phone to see the connect address; in IDEA choose Device connect → Standalone device connect
connect menu
  • Enter the device address → OK
address
  • Connected
connected

4. Preview

  • Select the standalone project → menu or right-click → Preview
preview

5. Run

  • Select the standalone project → menu or right-click → Run
run