DEV Community

Discussion on: Develop & Publish your own SDK in Android - Part 2(Getting started with SDK development)

Collapse
 
mohitrajput987 profile image
Mohit Rajput

Hi, yes
In many android projects, you can see .so libraries which are developed in c++.
For that you need NDK.
You can find many ndk tutorials in internet.

Collapse
 
hadimousavi79 profile image
hadimousavi79

Hi dear @mohitrajput987 . Thank you for answering my question.
But can you explain more about create Android SDK with c++ ( .so libraries and ndk ) please?
Because I couldn't find how to create SDK with c++