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

Popular posts from this blog

node.js - Using Node without global install -

How to access a php class file from PHPFox framework into javascript code written in simple HTML file? -

java - Null response to php query in android, even though php works properly -