Can I do Android Programming in C++, C?

前端 未结 7 556
攒了一身酷
攒了一身酷 2020-12-23 13:44

Can I do Android programming in C++, C? If the answer is \"yes\" then please tell how? And what\'s the procedure to set up?

I don\'t know Obj-C, Java, but well-verse

7条回答
  •  星月不相逢
    2020-12-23 13:53

    You should use Android NDK to develop performance-critical portions of your apps in native code. See Android NDK.

    Anyway i don't think it is the right way to develop an entire application.

提交回复
热议问题