android - Creating and using Library Projects in Nsight Tegra -
i'm trying use newest nsight tegra 3.0 create apk. project has few components...one of them native dynamic library (so) , other pieces several library projects google google-play-services , licenseservice. library projects in eclipse can't seem find way include them in vs2013 nsight tegra.
if need link native code, can set .so @ project properies>configuration properties>linker>general>additional library directories , project properies>configuration properties>linker>input>additional dependencies,
if link java code, can set @ project properies>configuration properties>ant buid>additional dependencies.
Comments
Post a Comment