OpenR Link Emulators
The purpose of this page is to demonstrate how to run an Ampere emulator locally.
Renault 5 E-Tech — example result:

You will learn how to install and configure Ampere Emulators.
This includes:
- installing the appropriate Ampere system images
- creating and configuring an Android Virtual Device (AVD)
Prerequisites
| Tool | Version |
|---|---|
| Android Studio ↗ | latest (recommended) |
Android Studio
Download and install Android Studio from this link ↗.
Install System images
-
Launch Android Studio and select Tools > SDK Manager (or
CTRL+SHIFT+A+ “SDK Manager”) -
Select the “SDK Updates Site” tab and click “Add”
-
Enter:
- Name (you can choose your own):
Ampere Emulators- Url:
https://developer.repository.ampere.cars/sys_img.xml -
Click “OK” and then “Apply”
-
Select the SDK platforms tab (verify that Show package details and Hide obsolete packages are selected)
-
Under Android 12L section (api level 32) select the Ampere system image you want to install
Example

-
Click “OK” and then confirm the change. Accept license and click “Finish” and wait for the installation to end
-
Restart Android Studio (this will refresh some meta data)
Create Android virtual device (AVD)
-
Open the Device Manager (
CTRL+SHIFT+A+ “Device Manager”), -
Click on ”+” and “Create Virtual Device”
-
Select Automotive on the left panel
-
Pick a Renault hardware profile depending on the car you want to emulate:
- Renault R5 E-Tech 10.1 inch
- Renault SCENIC E-Tech 12 inch
-
Click “Next” and give your AVD a name (e.g., R5 E-Tech)
-
Select the system image
Example
- Click “Show All” inside API section

- Pick the system image you want to install

- Click “Show All” inside API section
-
Click “Finish”
Start your emulator
- Launch the Device Manager (
CTRL+SHIFT+A+ “Device Manager”) - A New device should appear with the AVD name you selected (e.g., R5 E-Tech)
- Launch the emulator by clicking the “play” button (Right of this device)
- Wait for the emulator to start, you are ready to test your application

LAST UPDATE: