mirror of
https://github.com/openharmony/developtools_global_resource_tool.git
synced 2026-07-18 17:24:42 -04:00
!219 fix load library error message
Merge pull request !219 from liduo/load_library_fix
This commit is contained in:
@@ -31,7 +31,9 @@ const std::map<uint32_t, ErrorInfo> ERRORS_MAP = {
|
||||
ERR_TYPE_DEPENDENCY,
|
||||
"Failed to load the library '%s', %s",
|
||||
"",
|
||||
{ "Make sure the library path is correct and has access permissions." },
|
||||
{ "Make sure the library path is correct and has access permissions.",
|
||||
"Install the missing third-party dependency libraries displayed in the error information.",
|
||||
"Adding the path 'openharmony\\previewer\\common\\bin' in your SDK path to environment variables." },
|
||||
{} } },
|
||||
|
||||
// 11203xxx
|
||||
|
||||
Reference in New Issue
Block a user