Intro to Android NDK - 10 - Using JNI OnLoad

preview_player
Показать описание
Part 10/10

While most Android apps are written in pure Java, Android's Native Development Kit (NDK) enables us to access code written in C/C++ via Java Native Interface (JNI). This is often done in the name of performance, or to take advantage of existing legacy code-base.
In this tutorial, we will see what NDK is, why we would use it, and build a simple application to see how to get started.

Рекомендации по теме
Комментарии
Автор

Very good tutorial! What would be useful is to show the horrors of UnsatisfiedLinkErrors and how to troubleshoot/fix them.

tristanlasty
Автор

Amazing tutorials, really well explained!

Stalkie
Автор

Thanks man I really learned something here
you are a good instructor

abanoubedwar
Автор

good and nice tutorial which helps me alot

lokeshmanikanta
Автор

Please make the CMake version of this series..

sujith
Автор

This tutorial was awesome. I really learned a lot!

MajorBreakfast
Автор

very good tutorial, i've learned a lot!

pluspingya
Автор

Could you please update the github repo with the C++ source? Excellent tutorials!

KarthikBalakrishnan
Автор

excellent is the source code available for download anywhere?

chrisc
Автор

Why is compling error: ANDROID_LOG_DEBUG cannnot be resolved?

MrNiceseb