我是Smartdevicelink框架的新手,我正在尝试通过tcp连接我的android应用程序,当我试图在本地系统中安装SDL Core时,我遇到了以下错误...
log4cxx: Could not instantiate class [SafeFileAppender].
log4cxx: Class not found: SafeFileAppender
log4cxx: Could not instantiate appender named "SmartDeviceLinkCoreLogFile".
log4cxx: Could not instantiate class [SafeFileAppender].
log4cxx: Class not found: SafeFileAppender
log4cxx: Could not instantiate appender named "ProtocolFordHandlingLogFile".
log4cxx: Could not instantiate class [SafeFileAppender].
log4cxx: Class not found: SafeFileAppender
log4cxx: Could not instantiate appender named "ProtocolFordHandlingLogFile".
log4cxx: Could not instantiate class [SafeFileAppender].
log4cxx: Class not found: SafeFileAppender
log4cxx: Could not instantiate appender named "ProtocolFordHandlingLogFile".
log4cxx: Could not instantiate class [SafeFileAppender].
log4cxx: Class not found: SafeFileAppender
log4cxx: Could not instantiate appender named "ProtocolFordHandlingLogFile".
log4cxx: Could not instantiate class [SafeFileAppender].
log4cxx: Class not found: SafeFileAppender
log4cxx: Could not instantiate appender named "TransportManagerLogFile".
log4cxx: No appender could be found for logger (SDLMain).
log4cxx: Please initialize the log4cxx system properly.
发布于 2017-07-12 20:33:07
如果您想要避免所有这些问题,我建议您使用Manticore web app,它允许您通过web浏览器使用SDL Core。
否则,您的错误似乎与系统上未正确安装log4cxx
有关。有关更多详细信息,请参阅SDL Core自述文件的known dependency issues部分。要点是,在尝试cmake
您的SDL Core之前,您可能必须删除系统上的现有log4cxx。
https://stackoverflow.com/questions/45055685
复制相似问题