Exploration of NDK development in Android studio
Some time ago, due to the competition, I didn't have time to write a blog. Now I can finally make up an article. I always wanted to learn some knowledge of NDK development, but I didn't start it. There was an opportunity for NDK related projects. I consulted some materials and recorded some experience and methods I learned here.
In fact, the ...
Posted by oldmanice on Sat, 22 Jan 2022 18:48:21 +0100
Android NDK development: the first Jni practice
NDK development: the first Jni practice
The project source code and original documents are in Github: [Forgo7ten / AndroidReversePractice]
1. Create a ndk project using AS
new a projectSelect template Native C++Next, modify the project name, package name, and directory. Next, Finish
Directory structure:
Android Developer documentation: A ...
Posted by gamma_raj on Wed, 05 Jan 2022 23:50:14 +0100