Proof of Concept getting the Android NDK TeaPot sample code working with Gradle based build..
MyTeaPotDemo is hosted in the following web site
https://github.com/bleege/MyTeaPotDemo
If you think the Android project MyTeaPotDemo listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of MyTeaPotDemo.
Item | Value |
---|---|
Java File Count | 5 |
Activity Count | 1 |
Required Permissions | android.permission.WRITE_EXTERNAL_STORAGE |
Asset File Names | assets\Shaders\ShaderPlain.fsh assets\Shaders\VS_ShaderPlain.vsh |
MyTeaPotDemo has the following Java source files.
com.example.bleege.myteapotdemo.ApplicationTest.java com.sample.MyActivity.java com.sample.TeapotApplication.java com.sample.TeapotNativeActivity.java com.sample.helper.NDKHelper .java