How to use NDK? Starting with 'hello world' app

前端 未结 4 1776
悲哀的现实
悲哀的现实 2020-12-23 11:26

I would like to see a \'Hello world\' program written in C/C++ but made to run on Android.

I know this is possible by using NDK and JNI calls. But not able to make i

4条回答
  •  情书的邮戳
    2020-12-23 12:17

    1.Creating project and check NDK support.

    2.If NDK is not installed ,install it from Android sdk manager.

    3.Install Cmack plugin.

    4.Synch project

    5.Run app

    Upgrade Studio version above 2.2

提交回复
热议问题