0
Good night! I have an app I made using the SDK. However, there was a need to use NDK in order to be able to use some ready-made functions already existing in C/C++. How does it work in this case? I need to redo the project to be able to use NDK or I can continue using the SDK and only use NDK to make use of these functions in C/C++. I read some tutorials but could not clarify my doubt.
Thanks for your help.
https://developer.android.com/studio/projects/add-native-code.html?hl=pt-br
– itscorey
@Iamluc I’ve read this and I’m even installing for this tutorial. But I’m afraid to bug my app. I didn’t understand if at the time of giving the build he uses NDK or SDK.
– L.J