NVIDIA Nsight Tegra - VS plugin for native Android application development
At the recent Google I | O event, NVIDIA presented an interesting plug-in to VisualStudio, which allows developing and debugging applications directly from this environment. Project creation opportunities:
1. Import existing projects into Visual Studio. 2. Manage native android projects as usual. 3. Building native code for Android projects using vs-android, ndk-build or make files. 4. Parallel compilation for both the file and the project. 5. Increase the performance of native (C / C ++) Android code by 20-30%. 6. Improved support for NEON. 7. Link-time optimization (LTO).
Debug features: ')
1. Native support for multi-core Tegra CPU in GDB. 2. User-invisible debugging of Java and native C / C ++ code. 3. Using the usual VS debugging tools (Locals, Watches, Memory and Breakpoints windows) 4. Specialized debugging tools for the Android OS (such as logcat)
A small demo video:
Requirements: 1. Any device with Tegra (ICS and above) 2. Microsoft Visual Studio 2010 Professional, SP1 3. Microsoft Windows 7