Replies: 3 comments 3 replies
-
|
Please use the discussion for questions. Issues are for feature requests, bugs, or other things that I can act upon to improve the Nokee plugins. |
Beta Was this translation helpful? Give feedback.
-
|
Try in the future to include more information. There isn't much I can help with this error as it's simply a plain linker error which heavily depends on the build configuration as well as the source code. It would be much better if the smallest complete project which reproduces the problem was included. I can't do that step for you as it will most certainly not represent your project. I can also add that most compiler/linker issue has already a lot of information online. A quick search points to this thread from Microsoft social. Despite showing the same error as you mention here, there is no way to know if the solution is correct due to the lack of context. I suggest reading our small support guideline to help us help you. |
Beta Was this translation helpful? Give feedback.
-
|
It should not be necessary to explicitly link with Microsoft's C runtime. The toolchain is expected to link with the appropriate runtime variant based on options such as |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I added this line to build.gradle file
Error :
How can I solve this error ?
Beta Was this translation helpful? Give feedback.
All reactions