Description:
This sample is a port of the Android NDK MoreTeaPots application. The sample demonstrates an end-to-end Java Native Interface Android OpenGL application.
This sample is a good starting point for developers looking for how to use Visual Studio to build Java Native Interface applications.
This sample is written in C/C++ and Java and requires some experience with OpenGL graphics programming.
-----------------------
Related topics
Building native Android applications
Operating system requirements
|
Client |
Windows 8.1 |
|
Server |
Windows Server 2012 R2 |
Build the sample
To build this sample, open the solution (MoreTeaPots.sln) file from Visual Studio . Press F7 or go to Build->Build Solution from the top menu after the sample has loaded. The application is supported for x86 and arm configuration and tested for API Level 19 specifically.
Run the sample
To run this sample after building it, press F5 (run with debugging enabled) or Ctrl+F5 (run without debugging enabled) from Visual Studio 2015. (Or select the corresponding options from the Debug menu.)