我用Android自动功能开发和应用程序。我有两台电脑,一台在Windows下没有问题,另一台在Ubuntu 16.04下(DHU不会启动)。
当我启动DHU时,我得到了这样的信息:
./desktop-head-unit: error while loading shared libraries: libSDL2_ttf-2.0.so.0: cannot open shared object file: No such file or directory
我不知道应该安装哪个包来解决这个问题。。。
Tkanks提前!
最佳答案
你需要安装库,打开终端,输入命令,
sudo apt get安装libsdl2-2.0-0 libsdl2-ttf-2.0-0 libportaudio2 libpng12-0
详见https://developer.android.com/training/auto/testing/index.html