Search code examples
emulationsimulatormirrorlink

MirrorLink Emulator


I'm planning to develop an app which should have MirrorLink support. To see how it looks like during development I'd like to see it on an emulator.

The question is : Is there any MirrorLink Emulator available?


Solution

  • An account for CCC is needed (you have to wait for like 2h before they confirm your account) in order to access dev documents.

    I've uploaded the emulator and his pdf to save time.

    First you need Ubuntu 16.04 or later. Then you need qt5. Make sure you have the dependencies:

    sudo apt-get install libqca-qt5-2-dev libxmlsec1-dev xmlsec1 libusb-1.0
    

    And also multimedia lib is required in order to meet the ALSA lib requirement:

    sudo apt-get build-dep qtmultimedia5-dev