I have build APK file with external build tool, and I like to launch it and debug it with Nsight.
But when I try to debug the project, I get error (from nsight tegra log):
2016-06-10 18:44:50.8536|WARN|Nvidia.PentaK.VSInterop.Impl.VCRulePropertyStorage|[VSInterop] GetEvaluatedPropertyValue ToolchainPlugin failed: The “ConfigurationGeneral” rule is missing the “ToolchainPlugin” property.
How can I add the ToolchainPlugin property please in order to debug the APK?
It seems corrupt installation of Nsight Tegra. normally, there is no need to set this. Could reinstall your Nsight Tegra and try again?
If it is still concurring, please tell us what are the versions of your Nsight Tegra and Visual Studio?
and send us the complete Nsight Tegra log.
It seems you have messed up with Nsight with Nsight Tegra and installing them both on your pc.
Nsight is another tool for Graphic and CUDA.
Nsight Tegra is for android.
And the Latest version Nsight Tegra is 3.5. (Nsight 5.6 that you mentioned should be Nsight for Graphic and CUDA).
But your error log is about Nsight Tegra.
So can you install the latest VS 2015 update and Visual C++ project system(which is not by default in VS2015)?
It’s better to use English Visual Studio 2015. Other language packs are not guaranteed, Android NDK maybe not work well with the non-ASCII chars in the paths.
Hi Victor,
Thank you for your reply.
My VS2015 is Update3 version which is the latest version.
My project is not created by VS2015, so may not contain the “ToolchainPlugin” property. May this cause the problem?
Hi Anson,
You can create an android HelloWorld project via template Wizard in the VS2015 then compare HellWorld.vcxproj with your_project.vcxproj to see what’s missing.
If that doesn’t work, please share your your_project.vcxproj to us.