Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正计划开发一个应该支持 MirrorLink 的应用程序。为了看看它在开发过程中的样子,我想在模拟器上看到它。
问题是:是否有可用的 MirrorLink 仿真器?
需要一个CCC帐户(您必须等待 2 小时才能确认您的帐户)才能访问开发文档。
我已经上传了模拟器和他的pdf以节省时间。
首先,您需要 Ubuntu 16.04 或更高版本。然后你需要qt5。确保您具有依赖项:
sudo apt-get install libqca-qt5-2-dev libxmlsec1-dev xmlsec1 libusb-1.0
为了满足 ALSA 库的要求,还需要多媒体库:
sudo apt-get build-dep qtmultimedia5-dev