Test Shared Library
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box; 0 I have a Visual studio project to test. This project has been created like this : "Visual C++"->"Cross Platform"->"Shared Library (Android, iOS) : After a few setbacks (I'm beginner to C++) I finally achieve to build it and run it with a Xamarin android project (I use the library .so created). But it doesn't work as expected and I can't debug a .so file. So what is the best way to test the c++ code ? I want to create a c++ project but I don't know what is the best project type to do that, and how make reference to files in SayHello.Shared . c++ visual-studio-2017 cross-platform share | improve this question asked Nov 15 '18 at 8:56 A.Pissicat A.Pissicat 787 2 8 37 add a comment | 0 I have a Visual studio